Color Hex Logo

#c02812 Color Hex

#C02812
(192,40,18)
0 Favorites   0 Comments

Color spaces of #c02812

RGB 1924018
HSL0.020.830.41
HSV91°75°
CMYK 0.000.790.91   0.25
XYZ22.606212.76771.8452
Yxy12.76770.60740.3430
Hunter Lab35.731950.399221.9506
CIE-Lab42.411158.017249.3371

#c02812 color RGB value is (192,40,18).

#c02812 hex color red value is 192, green value is 40 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #c02812 hue: 0.02 , saturation: 0.83 and the lightness value of c02812 is 0.41.

The process color (four color CMYK) of #c02812 color hex is 0.00, 0.79, 0.91, 0.25. Web safe color of #c02812 is #cc3300. Color #c02812 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00101000 00010010
Octal 300 50 22
Decimal 192 40 18
Hex C0 28 12

RGB Percentages of Color #c02812

%76.80
%16.00
%7.20

CMYK Percentages of Color #c02812

%0
%79
%91
%25

Triadic Colors of #c02812

#c02812 #12c028 #2812c0

Analogous Colors of #c02812

#c02812 #c07f12 #c01253

Monochromatic Colors of #c02812

#c02812

Complementary Color

#c02812 #12aac0

#c02812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c02812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c02812 Color CSS Codes

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

#c02812 Text Font Color

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

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


#c02812 Background Color

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

This div background color is #c02812


#c02812 Border Color

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

This div border color is #c02812


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,40,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c02812; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c02812;
  -webkit-box-shadow: 1px 1px 3px 2px #c02812;
  box-shadow:         1px 1px 3px 2px #c02812; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,40,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c02812


Comments

No comments written yet.

Please login to write comment.