Color Hex Logo

#d2471a Color Hex

#D2471A
(210,71,26)
0 Favorites   0 Comments

Color spaces of #d2471a

RGB 2107126
HSL0.040.780.46
HSV15°88°82°
CMYK 0.000.660.88   0.18
XYZ29.018018.28272.9768
Yxy18.28270.57720.3636
Hunter Lab42.758346.312525.8031
CIE-Lab49.837252.895653.2620

#d2471a color RGB value is (210,71,26).

#d2471a hex color red value is 210, green value is 71 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #d2471a hue: 0.04 , saturation: 0.78 and the lightness value of d2471a is 0.46.

The process color (four color CMYK) of #d2471a color hex is 0.00, 0.66, 0.88, 0.18. Web safe color of #d2471a is #cc3333. Color #d2471a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01000111 00011010
Octal 322 107 32
Decimal 210 71 26
Hex D2 47 1A

RGB Percentages of Color #d2471a

%68.40
%23.13
%8.47

CMYK Percentages of Color #d2471a

%0
%66
%88
%18

Triadic Colors of #d2471a

#d2471a #1ad247 #471ad2

Analogous Colors of #d2471a

#d2471a #d2a31a #d21a49

Monochromatic Colors of #d2471a

#d2471a

Complementary Color

#d2471a #1aa5d2

#d2471a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2471a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2471a Color CSS Codes

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

#d2471a Text Font Color

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

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


#d2471a Background Color

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

This div background color is #d2471a


#d2471a Border Color

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

This div border color is #d2471a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2471a


Comments

No comments written yet.

Please login to write comment.