Color Hex Logo

#c0232b Color Hex

#C0232B
(192,35,43)
0 Favorites   0 Comments

Color spaces of #c0232b

RGB 1923543
HSL0.990.690.45
HSV357°82°75°
CMYK 0.000.820.78   0.25
XYZ22.775312.58293.5139
Yxy12.58290.58590.3237
Hunter Lab35.472452.530518.9574
CIE-Lab42.127960.008336.5450

#c0232b color RGB value is (192,35,43).

#c0232b hex color red value is 192, green value is 35 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #c0232b hue: 0.99 , saturation: 0.69 and the lightness value of c0232b is 0.45.

The process color (four color CMYK) of #c0232b color hex is 0.00, 0.82, 0.78, 0.25. Web safe color of #c0232b is #cc3333. Color #c0232b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100011 00101011
Octal 300 43 53
Decimal 192 35 43
Hex C0 23 2B

RGB Percentages of Color #c0232b

%71.11
%12.96
%15.93

CMYK Percentages of Color #c0232b

%0
%82
%78
%25

Triadic Colors of #c0232b

#c0232b #2bc023 #232bc0

Analogous Colors of #c0232b

#c0232b #c06a23 #c0237a

Monochromatic Colors of #c0232b

#c0232b

Complementary Color

#c0232b #23c0b8

#c0232b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0232b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0232b Color CSS Codes

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

#c0232b Text Font Color

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

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


#c0232b Background Color

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

This div background color is #c0232b


#c0232b Border Color

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

This div border color is #c0232b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0232b


Comments

No comments written yet.

Please login to write comment.