Color Hex Logo

#d72302 Color Hex

#D72302
(215,35,2)
0 Favorites   0 Comments

Color spaces of #d72302

RGB 215352
HSL0.030.980.43
HSV99°84°
CMYK 0.000.840.99   0.16
XYZ28.636315.65351.5696
Yxy15.65350.62440.3413
Hunter Lab39.564559.958225.3430
CIE-Lab46.516665.726059.1122

#d72302 color RGB value is (215,35,2).

#d72302 hex color red value is 215, green value is 35 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #d72302 hue: 0.03 , saturation: 0.98 and the lightness value of d72302 is 0.43.

The process color (four color CMYK) of #d72302 color hex is 0.00, 0.84, 0.99, 0.16. Web safe color of #d72302 is #cc3300. Color #d72302 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00100011 00000010
Octal 327 43 2
Decimal 215 35 2
Hex D7 23 2

RGB Percentages of Color #d72302

%85.32
%13.89
%0.79

CMYK Percentages of Color #d72302

%0
%84
%99
%16

Triadic Colors of #d72302

#d72302 #02d723 #2302d7

Analogous Colors of #d72302

#d72302 #d78e02 #d7024b

Monochromatic Colors of #d72302

#d72302

Complementary Color

#d72302 #02b6d7

#d72302 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d72302 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d72302 Color CSS Codes

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

#d72302 Text Font Color

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

This sample text font color is #d72302
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.


#d72302 Background Color

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

This div background color is #d72302


#d72302 Border Color

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

This div border color is #d72302


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,35,2, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d72302; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d72302;
  -webkit-box-shadow: 1px 1px 3px 2px #d72302;
  box-shadow:         1px 1px 3px 2px #d72302; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d72302


Comments

No comments written yet.

Please login to write comment.