Color Hex Logo

#c7210b Color Hex

#C7210B
(199,33,11)
0 Favorites   0 Comments

Color spaces of #c7210b

RGB 1993311
HSL0.020.900.41
HSV94°78°
CMYK 0.000.830.94   0.22
XYZ24.157413.25401.6016
Yxy13.25400.61920.3397
Hunter Lab36.406054.733922.8759
CIE-Lab43.143561.790052.9679

#c7210b color RGB value is (199,33,11).

#c7210b hex color red value is 199, green value is 33 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #c7210b hue: 0.02 , saturation: 0.90 and the lightness value of c7210b is 0.41.

The process color (four color CMYK) of #c7210b color hex is 0.00, 0.83, 0.94, 0.22. Web safe color of #c7210b is #cc3300. Color #c7210b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100001 00001011
Octal 307 41 13
Decimal 199 33 11
Hex C7 21 B

RGB Percentages of Color #c7210b

%81.89
%13.58
%4.53

CMYK Percentages of Color #c7210b

%0
%83
%94
%22

Triadic Colors of #c7210b

#c7210b #0bc721 #210bc7

Analogous Colors of #c7210b

#c7210b #c77f0b #c70b53

Monochromatic Colors of #c7210b

#c7210b

Complementary Color

#c7210b #0bb1c7

#c7210b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7210b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7210b Color CSS Codes

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

#c7210b Text Font Color

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

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


#c7210b Background Color

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

This div background color is #c7210b


#c7210b Border Color

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

This div border color is #c7210b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,33,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c7210b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c7210b;
  -webkit-box-shadow: 1px 1px 3px 2px #c7210b;
  box-shadow:         1px 1px 3px 2px #c7210b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,33,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7210b


Comments

No comments written yet.

Please login to write comment.