Color Hex Logo

#d03933 Color Hex

#D03933
(208,57,51)
0 Favorites   0 Comments

Color spaces of #d03933

RGB 2085751
HSL0.010.630.51
HSV75°82°
CMYK 0.000.730.75   0.18
XYZ28.073116.57524.8517
Yxy16.57520.56710.3349
Hunter Lab40.712751.836221.4333
CIE-Lab47.720358.325638.9579

#d03933 color RGB value is (208,57,51).

#d03933 hex color red value is 208, green value is 57 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #d03933 hue: 0.01 , saturation: 0.63 and the lightness value of d03933 is 0.51.

The process color (four color CMYK) of #d03933 color hex is 0.00, 0.73, 0.75, 0.18. Web safe color of #d03933 is #cc3333. Color #d03933 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111001 00110011
Octal 320 71 63
Decimal 208 57 51
Hex D0 39 33

RGB Percentages of Color #d03933

%65.82
%18.04
%16.14

CMYK Percentages of Color #d03933

%0
%73
%75
%18

Triadic Colors of #d03933

#d03933 #33d039 #3933d0

Analogous Colors of #d03933

#d03933 #d08833 #d0337c

Monochromatic Colors of #d03933

#d03933

Complementary Color

#d03933 #33cad0

#d03933 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03933 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03933 Color CSS Codes

.mybgcolor {background-color:#d03933; } 
.myforecolor {color:#d03933; }
.mybordercolor {border:3px solid #d03933; }

#d03933 Text Font Color

<p style="color:#d03933">Text here</p>

This sample text font color is #d03933
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d03933 Background Color

<div style="background-color:#d03933">
Div content here</div>

This div background color is #d03933


#d03933 Border Color

<div style="border:3px solid #d03933">
Div here</div>

This div border color is #d03933


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,57,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d03933; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d03933;
  -webkit-box-shadow: 1px 1px 3px 2px #d03933;
  box-shadow:         1px 1px 3px 2px #d03933; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,57,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d03933">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d03933;
  -webkit-box-shadow: 1px 1px 3px 2px #d03933;
  box-shadow:         1px 1px 3px 2px #d03933;">
Div content here</div>

This div box has shadow with color #d03933


Comments

No comments written yet.

Please login to write comment.