Color Hex Logo

#c02019 Color Hex

#C02019
(192,32,25)
0 Favorites   0 Comments

Color spaces of #c02019

RGB 1923225
HSL0.010.770.43
HSV87°75°
CMYK 0.000.830.87   0.25
XYZ22.430212.30972.1135
Yxy12.30970.60860.3340
Hunter Lab35.085252.717220.9881
CIE-Lab41.704260.258445.7401

#c02019 color RGB value is (192,32,25).

#c02019 hex color red value is 192, green value is 32 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #c02019 hue: 0.01 , saturation: 0.77 and the lightness value of c02019 is 0.43.

The process color (four color CMYK) of #c02019 color hex is 0.00, 0.83, 0.87, 0.25. Web safe color of #c02019 is #cc3300. Color #c02019 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100000 00011001
Octal 300 40 31
Decimal 192 32 25
Hex C0 20 19

RGB Percentages of Color #c02019

%77.11
%12.85
%10.04

CMYK Percentages of Color #c02019

%0
%83
%87
%25

Triadic Colors of #c02019

#c02019 #19c020 #2019c0

Analogous Colors of #c02019

#c02019 #c07419 #c01966

Monochromatic Colors of #c02019

#c02019

Complementary Color

#c02019 #19b9c0

#c02019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c02019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c02019 Color CSS Codes

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

#c02019 Text Font Color

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

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


#c02019 Background Color

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

This div background color is #c02019


#c02019 Border Color

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

This div border color is #c02019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c02019


Comments

No comments written yet.

Please login to write comment.