Color Hex Logo

#d5472f Color Hex

#D5472F
(213,71,47)
0 Favorites   0 Comments

Color spaces of #d5472f

RGB 2137147
HSL0.020.660.51
HSV78°84°
CMYK 0.000.670.78   0.16
XYZ30.206918.85784.7372
Yxy18.85780.56140.3505
Hunter Lab43.425648.170223.9301
CIE-Lab50.520454.487344.3480

#d5472f color RGB value is (213,71,47).

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

The process color (four color CMYK) of #d5472f color hex is 0.00, 0.67, 0.78, 0.16. Web safe color of #d5472f is #cc3333. Color #d5472f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01000111 00101111
Octal 325 107 57
Decimal 213 71 47
Hex D5 47 2F

RGB Percentages of Color #d5472f

%64.35
%21.45
%14.20

CMYK Percentages of Color #d5472f

%0
%67
%78
%16

Triadic Colors of #d5472f

#d5472f #2fd547 #472fd5

Analogous Colors of #d5472f

#d5472f #d59a2f #d52f6a

Monochromatic Colors of #d5472f

#d5472f

Complementary Color

#d5472f #2fbdd5

#d5472f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5472f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5472f Color CSS Codes

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

#d5472f Text Font Color

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

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


#d5472f Background Color

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

This div background color is #d5472f


#d5472f Border Color

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

This div border color is #d5472f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5472f


Comments

No comments written yet.

Please login to write comment.