Shades of Crimson #CA0844
Tints of Crimson #CA0844
RGB
CMYK
RGB Variations
Color information
#CA0844 (or 0xCA0844) is known color: Crimson. HEX triplet: CA, 08 and 44. RGB value is (202,8,68). Sum of RGB (Red+Green+Blue) = 202+8+68=278 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.66% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 68 (26.95% from 255 or 24.46% from 278); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0844 is #35F7BB. Grayscale: #484848. Windows color (decimal): -3536828 or 4458698. OLE color: 4458698.
HSL color Cylindrical-coordinate representation of color #CA0844: hue angle of 341.44º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA0844 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 8 | 68 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.21 |
| HSL | 341.44º | 0.92% | 0.41% | - |
| HSV(B) | 341.44º | 0.96% | 0.79% | - |
| XYZ | 25.49 | 13.15 | 6.66 | - |
| YUV | 72.85 | 125.27 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 8 | 68 | 0 | 0.96 | 0.66 | 0.21 | 341.44 | 0.92 | 0.41 |
| Hex | CA | 8 | 44 | 0 | 60 | 42 | 15 | 155 | 5C | 29 |
| Octal | 312 | 10 | 104 | 0 | 140 | 102 | 25 | 525 | 134 | 51 |
| Binary | 11001010 | 1000 | 1000100 | 0 | 1100000 | 1000010 | 10101 | 101010101 | 1011100 | 101001 |
Color Harmonies of #CA0844
Complementary color
Monochromatic Colors of #CA0844
Black with #CA0844
Text Example
Text Example
White with #CA0844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0844; }
p { color: rgb(202,8,68); }
H1.HeaderClassName
{
color: #CA0844;
}
.AnyTagClassName
{
color: #CA0844;
}
</style>
background-color css
<style>
a { background-color: #CA0844; }
a { background-color: rgb(202,8,68); }
div.DivClassName
{
background-color: #CA0844;
}
.BgClassName
{
background-color: #CA0844;
}
</style>
border-color css
<style>
span { border-color: #CA0844; }
span { border-color: rgb(202,8,68); }
td.TdClassName
{
border-color: #CA0844;
}
.TagClassName
{
border-color: #CA0844;
}
</style>