Color Hex Logo

#d6200a Color Hex

#D6200A
(214,32,10)
0 Favorites   0 Comments

Color spaces of #d6200a

RGB 2143210
HSL0.020.910.44
HSV95°84°
CMYK 0.000.850.95   0.16
XYZ28.302915.35111.7585
Yxy15.35110.62320.3380
Hunter Lab39.180560.377624.7653
CIE-Lab46.111466.166656.5344

#d6200a color RGB value is (214,32,10).

#d6200a hex color red value is 214, green value is 32 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #d6200a hue: 0.02 , saturation: 0.91 and the lightness value of d6200a is 0.44.

The process color (four color CMYK) of #d6200a color hex is 0.00, 0.85, 0.95, 0.16. Web safe color of #d6200a is #cc3300. Color #d6200a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00100000 00001010
Octal 326 40 12
Decimal 214 32 10
Hex D6 20 A

RGB Percentages of Color #d6200a

%83.59
%12.50
%3.91

CMYK Percentages of Color #d6200a

%0
%85
%95
%16

Triadic Colors of #d6200a

#d6200a #0ad620 #200ad6

Analogous Colors of #d6200a

#d6200a #d6860a #d60a5a

Monochromatic Colors of #d6200a

#d6200a

Complementary Color

#d6200a #0ac0d6

#d6200a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6200a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6200a Color CSS Codes

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

#d6200a Text Font Color

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

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


#d6200a Background Color

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

This div background color is #d6200a


#d6200a Border Color

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

This div border color is #d6200a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,32,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d6200a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d6200a;
  -webkit-box-shadow: 1px 1px 3px 2px #d6200a;
  box-shadow:         1px 1px 3px 2px #d6200a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6200a


Comments

No comments written yet.

Please login to write comment.