Shades of Crimson #CA0041
Tints of Crimson #CA0041
RGB
CMYK
RGB Variations
Color information
#CA0041 (or 0xCA0041) is known color: Crimson. HEX triplet: CA, 00 and 41. RGB value is (202,0,65). Sum of RGB (Red+Green+Blue) = 202+0+65=267 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.66% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0041 is #35FFBE. Grayscale: #434343. Windows color (decimal): -3538879 or 4260042. OLE color: 4260042.
HSL color Cylindrical-coordinate representation of color #CA0041: hue angle of 340.69º 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 #CA0041 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 65 | - |
| CMYK | 0 | 1 | 0.68 | 0.21 |
| HSL | 340.69º | 1% | 0.4% | - |
| HSV(B) | 340.69º | 1% | 0.79% | - |
| XYZ | 25.31 | 12.94 | 6.16 | - |
| YUV | 67.81 | 126.42 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 65 | 0 | 1 | 0.68 | 0.21 | 340.69 | 1 | 0.4 |
| Hex | CA | 0 | 41 | 0 | 64 | 44 | 15 | 155 | 64 | 28 |
| Octal | 312 | 0 | 101 | 0 | 144 | 104 | 25 | 525 | 144 | 50 |
| Binary | 11001010 | 0 | 1000001 | 0 | 1100100 | 1000100 | 10101 | 101010101 | 1100100 | 101000 |
Color Harmonies of #CA0041
Complementary color
Monochromatic Colors of #CA0041
Black with #CA0041
Text Example
Text Example
White with #CA0041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0041; }
p { color: rgb(202,0,65); }
H1.HeaderClassName
{
color: #CA0041;
}
.AnyTagClassName
{
color: #CA0041;
}
</style>
background-color css
<style>
a { background-color: #CA0041; }
a { background-color: rgb(202,0,65); }
div.DivClassName
{
background-color: #CA0041;
}
.BgClassName
{
background-color: #CA0041;
}
</style>
border-color css
<style>
span { border-color: #CA0041; }
span { border-color: rgb(202,0,65); }
td.TdClassName
{
border-color: #CA0041;
}
.TagClassName
{
border-color: #CA0041;
}
</style>