Color Hex Logo

#d73302 Color Hex

#D73302
(215,51,2)
0 Favorites   0 Comments

Color spaces of #d73302

RGB 215512
HSL0.040.980.43
HSV14°99°84°
CMYK 0.000.760.99   0.16
XYZ29.219116.81911.7638
Yxy16.81910.61130.3518
Hunter Lab41.011155.406126.1578
CIE-Lab48.031361.455759.7938

#d73302 color RGB value is (215,51,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00110011 00000010
Octal 327 63 2
Decimal 215 51 2
Hex D7 33 2

RGB Percentages of Color #d73302

%80.22
%19.03
%0.75

CMYK Percentages of Color #d73302

%0
%76
%99
%16

Triadic Colors of #d73302

#d73302 #02d733 #3302d7

Analogous Colors of #d73302

#d73302 #d79e02 #d7023c

Monochromatic Colors of #d73302

#d73302

Complementary Color

#d73302 #02a6d7

#d73302 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d73302 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d73302 Color CSS Codes

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

#d73302 Text Font Color

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

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


#d73302 Background Color

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

This div background color is #d73302


#d73302 Border Color

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

This div border color is #d73302


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,51,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 #d73302">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d73302


Comments

No comments written yet.

Please login to write comment.