Color Hex Logo

#ca232f Color Hex

#CA232F
(202,35,47)
0 Favorites   0 Comments

Color spaces of #ca232f

RGB 2023547
HSL0.990.700.46
HSV356°83°79°
CMYK 0.000.830.77   0.21
XYZ25.471213.96394.0421
Yxy13.96390.58590.3212
Hunter Lab37.368356.275719.7445
CIE-Lab44.181162.958037.0421

#ca232f color RGB value is (202,35,47).

#ca232f hex color red value is 202, green value is 35 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ca232f hue: 0.99 , saturation: 0.70 and the lightness value of ca232f is 0.46.

The process color (four color CMYK) of #ca232f color hex is 0.00, 0.83, 0.77, 0.21. Web safe color of #ca232f is #cc3333. Color #ca232f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00100011 00101111
Octal 312 43 57
Decimal 202 35 47
Hex CA 23 2F

RGB Percentages of Color #ca232f

%71.13
%12.32
%16.55

CMYK Percentages of Color #ca232f

%0
%83
%77
%21

Triadic Colors of #ca232f

#ca232f #2fca23 #232fca

Analogous Colors of #ca232f

#ca232f #ca6b23 #ca2383

Monochromatic Colors of #ca232f

#ca232f

Complementary Color

#ca232f #23cabe

#ca232f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca232f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca232f Color CSS Codes

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

#ca232f Text Font Color

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

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


#ca232f Background Color

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

This div background color is #ca232f


#ca232f Border Color

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

This div border color is #ca232f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca232f


Comments

No comments written yet.

Please login to write comment.