color codes Logo

#c5233f color codes

#C5233F
(197,35,63)
0 Favorites   0 Comments

Color spaces of #c5233f

RGB 1973563
HSL0.970.700.45
HSV350°82°77°
CMYK 0.000.820.68   0.23
XYZ24.524213.43136.0025
Yxy13.43130.55790.3055
Hunter Lab36.648755.311415.9433
CIE-Lab43.406062.253326.3062

#c5233f color RGB value is (197,35,63).

#c5233f hex color red value is 197, green value is 35 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #c5233f hue: 0.97 , saturation: 0.70 and the lightness value of c5233f is 0.45.

The process color (four color CMYK) of #c5233f color code is 0.00, 0.82, 0.68, 0.23. Web safe color of #c5233f is #cc3333. Color #c5233f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00100011 00111111
Octal 305 43 77
Decimal 197 35 63
Hex C5 23 3F

RGB Percentages of Color #c5233f

%66.78
%11.86
%21.36

CMYK Percentages of Color #c5233f

%0
%82
%68
%23

Triadic Colors of #c5233f

#c5233f #3fc523 #233fc5

Analogous Colors of #c5233f

#c5233f #c55823 #c52390

Monochromatic Colors of #c5233f

#c5233f

Complementary Color

#c5233f #23c5a9

#c5233f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5233f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5233f Color CSS Codes

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

#c5233f Text Font Color

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

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


#c5233f Background Color

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

This div background color is #c5233f


#c5233f Border Color

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

This div border color is #c5233f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5233f


Comments

No comments written yet.

Please login to write comment.