Color Hex Logo

#c0253a Color Hex

#C0253A
(192,37,58)
0 Favorites   0 Comments

Color spaces of #c0253a

RGB 1923758
HSL0.980.680.45
HSV352°81°75°
CMYK 0.000.810.70   0.25
XYZ23.163512.83515.2596
Yxy12.83510.56140.3111
Hunter Lab35.826152.714116.3740
CIE-Lab42.513760.100028.0473

#c0253a color RGB value is (192,37,58).

#c0253a hex color red value is 192, green value is 37 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #c0253a hue: 0.98 , saturation: 0.68 and the lightness value of c0253a is 0.45.

The process color (four color CMYK) of #c0253a color hex is 0.00, 0.81, 0.70, 0.25. Web safe color of #c0253a is #cc3333. Color #c0253a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100101 00111010
Octal 300 45 72
Decimal 192 37 58
Hex C0 25 3A

RGB Percentages of Color #c0253a

%66.90
%12.89
%20.21

CMYK Percentages of Color #c0253a

%0
%81
%70
%25

Triadic Colors of #c0253a

#c0253a #3ac025 #253ac0

Analogous Colors of #c0253a

#c0253a #c05e25 #c02588

Monochromatic Colors of #c0253a

#c0253a

Complementary Color

#c0253a #25c0ab

#c0253a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0253a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0253a Color CSS Codes

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

#c0253a Text Font Color

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

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


#c0253a Background Color

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

This div background color is #c0253a


#c0253a Border Color

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

This div border color is #c0253a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0253a


Comments

No comments written yet.

Please login to write comment.