Shades of Crimson #CA0032
Tints of Crimson #CA0032
RGB
CMYK
RGB Variations
Color information
#CA0032 (or 0xCA0032) is known color: Crimson. HEX triplet: CA, 00 and 32. RGB value is (202,0,50). Sum of RGB (Red+Green+Blue) = 202+0+50=252 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.16% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0032 is #35FFCD. Grayscale: #424242. Windows color (decimal): -3538894 or 3277002. OLE color: 3277002.
HSL color Cylindrical-coordinate representation of color #CA0032: hue angle of 345.15º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA0032 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 50 | - |
| CMYK | 0 | 1 | 0.75 | 0.21 |
| HSL | 345.15º | 1% | 0.4% | - |
| HSV(B) | 345.15º | 1% | 0.79% | - |
| XYZ | 24.93 | 12.79 | 4.17 | - |
| YUV | 66.1 | 118.92 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 50 | 0 | 1 | 0.75 | 0.21 | 345.15 | 1 | 0.4 |
| Hex | CA | 0 | 32 | 0 | 64 | 4B | 15 | 159 | 64 | 28 |
| Octal | 312 | 0 | 62 | 0 | 144 | 113 | 25 | 531 | 144 | 50 |
| Binary | 11001010 | 0 | 110010 | 0 | 1100100 | 1001011 | 10101 | 101011001 | 1100100 | 101000 |
Color Harmonies of #CA0032
Complementary color
Monochromatic Colors of #CA0032
Black with #CA0032
Text Example
Text Example
White with #CA0032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0032; }
p { color: rgb(202,0,50); }
H1.HeaderClassName
{
color: #CA0032;
}
.AnyTagClassName
{
color: #CA0032;
}
</style>
background-color css
<style>
a { background-color: #CA0032; }
a { background-color: rgb(202,0,50); }
div.DivClassName
{
background-color: #CA0032;
}
.BgClassName
{
background-color: #CA0032;
}
</style>
border-color css
<style>
span { border-color: #CA0032; }
span { border-color: rgb(202,0,50); }
td.TdClassName
{
border-color: #CA0032;
}
.TagClassName
{
border-color: #CA0032;
}
</style>