Color Hex Logo

#d4302f Color Hex

#D4302F
(212,48,47)
0 Favorites   0 Comments

Color spaces of #d4302f

RGB 2124847
HSL0.000.660.51
HSV78°83°
CMYK 0.000.770.78   0.17
XYZ28.721416.31624.3249
Yxy16.31620.58180.3305
Hunter Lab40.393356.232921.9272
CIE-Lab47.386662.307441.0479

#d4302f color RGB value is (212,48,47).

#d4302f hex color red value is 212, green value is 48 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #d4302f hue: 0.00 , saturation: 0.66 and the lightness value of d4302f is 0.51.

The process color (four color CMYK) of #d4302f color hex is 0.00, 0.77, 0.78, 0.17. Web safe color of #d4302f is #cc3333. Color #d4302f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00110000 00101111
Octal 324 60 57
Decimal 212 48 47
Hex D4 30 2F

RGB Percentages of Color #d4302f

%69.06
%15.64
%15.31

CMYK Percentages of Color #d4302f

%0
%77
%78
%17

Triadic Colors of #d4302f

#d4302f #2fd430 #302fd4

Analogous Colors of #d4302f

#d4302f #d4832f #d42f81

Monochromatic Colors of #d4302f

#d4302f

Complementary Color

#d4302f #2fd3d4

#d4302f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4302f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4302f Color CSS Codes

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

#d4302f Text Font Color

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

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


#d4302f Background Color

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

This div background color is #d4302f


#d4302f Border Color

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

This div border color is #d4302f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,48,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d4302f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d4302f;
  -webkit-box-shadow: 1px 1px 3px 2px #d4302f;
  box-shadow:         1px 1px 3px 2px #d4302f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4302f


Comments

No comments written yet.

Please login to write comment.