#CA0C49

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

Shades of Crimson #CA0C49

Tints of Crimson #CA0C49

Color information

#CA0C49 (or 0xCA0C49) is unknown color: approx Crimson. HEX triplet: CA, 0C and 49. RGB value is (202,12,73). Sum of RGB (Red+Green+Blue) = 202+12+73=287 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.38% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0C49 is #35F3B6. Grayscale: #4B4B4B. Windows color (decimal): -3535799 or 4787402. OLE color: 4787402.

HSL color Cylindrical-coordinate representation of color #CA0C49: hue angle of 340.74º 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 #CA0C49 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB2021273-
CMYK00.940.640.21
HSL340.74º88.79%41.96%-
HSV(B)340.74º94.06%79.22%-
XYZ25.6913.37.52-
YUV75.76126.45218.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 70.38%
GREEN value IS 12 (5.08% from 255) = 4.18%
BLUE value IS 73 (28.91% from 255) = 25.44%
R=70.38%
G=4.18%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202127300.940.640.21340.7488.7941.96
HexCAC4905E4015155592a
Octal3121411101361002552513152
Binary1100101011001001001010111101000000101011010101011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0C49; }

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

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

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

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

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

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

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

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