#CA0C3C

Color #CA0C3C Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #CA0C3C

Tints of Crimson #CA0C3C

Color information

#CA0C3C (or 0xCA0C3C) is unknown color: approx Crimson. HEX triplet: CA, 0C and 3C. RGB value is (202,12,60). Sum of RGB (Red+Green+Blue) = 202+12+60=274 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.72% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0C3C is #35F3C3. Grayscale: #4A4A4A. Windows color (decimal): -3535812 or 3935434. OLE color: 3935434.

HSL color Cylindrical-coordinate representation of color #CA0C3C: hue angle of 344.84º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0C3C is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB2021260-
CMYK00.940.700.21
HSL344.84º88.79%41.96%-
HSV(B)344.84º94.06%79.22%-
XYZ25.313.155.48-
YUV74.28119.95219.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 73.72%
GREEN value IS 12 (5.08% from 255) = 4.38%
BLUE value IS 60 (23.83% from 255) = 21.90%
R=73.72%
G=4.38%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202126000.940.700.21344.8488.7941.96
HexCAC3C05E4615159592a
Octal312147401361062553113152
Binary110010101100111100010111101000110101011010110011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0C3C; }

 p { color: rgb(202,12,60); }

 H1.HeaderClassName
 {
   color: #CA0C3C;
 }
 .AnyTagClassName
 {
   color: #CA0C3C;
 }
</style>
background-color css

<style>
 a { background-color: #CA0C3C; }

 a { background-color: rgb(202,12,60); }

 div.DivClassName
 {
   background-color: #CA0C3C;
 }
 .BgClassName
 {
   background-color: #CA0C3C;
 }
</style>
border-color css

<style>
 span { border-color: #CA0C3C; }

 span { border-color: rgb(202,12,60); }

 td.TdClassName
 {
   border-color: #CA0C3C;
 }
 .TagClassName
 {
   border-color: #CA0C3C;
 }
</style>