Shades of Crimson #CA0044
Tints of Crimson #CA0044
RGB
CMYK
RGB Variations
Color information
#CA0044 (or 0xCA0044) is known color: Crimson. HEX triplet: CA, 00 and 44. RGB value is (202,0,68). Sum of RGB (Red+Green+Blue) = 202+0+68=270 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.81% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0044 is #35FFBB. Grayscale: #444444. Windows color (decimal): -3538876 or 4456650. OLE color: 4456650.
HSL color Cylindrical-coordinate representation of color #CA0044: hue angle of 339.8º 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 #CA0044 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 68 | - |
| CMYK | 0 | 1 | 0.66 | 0.21 |
| HSL | 339.8º | 1% | 0.4% | - |
| HSV(B) | 339.8º | 1% | 0.79% | - |
| XYZ | 25.4 | 12.97 | 6.63 | - |
| YUV | 68.15 | 127.92 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 68 | 0 | 1 | 0.66 | 0.21 | 339.8 | 1 | 0.4 |
| Hex | CA | 0 | 44 | 0 | 64 | 42 | 15 | 154 | 64 | 28 |
| Octal | 312 | 0 | 104 | 0 | 144 | 102 | 25 | 524 | 144 | 50 |
| Binary | 11001010 | 0 | 1000100 | 0 | 1100100 | 1000010 | 10101 | 101010100 | 1100100 | 101000 |
Color Harmonies of #CA0044
Complementary color
Monochromatic Colors of #CA0044
Black with #CA0044
Text Example
Text Example
White with #CA0044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0044; }
p { color: rgb(202,0,68); }
H1.HeaderClassName
{
color: #CA0044;
}
.AnyTagClassName
{
color: #CA0044;
}
</style>
background-color css
<style>
a { background-color: #CA0044; }
a { background-color: rgb(202,0,68); }
div.DivClassName
{
background-color: #CA0044;
}
.BgClassName
{
background-color: #CA0044;
}
</style>
border-color css
<style>
span { border-color: #CA0044; }
span { border-color: rgb(202,0,68); }
td.TdClassName
{
border-color: #CA0044;
}
.TagClassName
{
border-color: #CA0044;
}
</style>