Shades of Crimson #CA0833
Tints of Crimson #CA0833
RGB
CMYK
RGB Variations
Color information
#CA0833 (or 0xCA0833) is known color: Crimson. HEX triplet: CA, 08 and 33. RGB value is (202,8,51). Sum of RGB (Red+Green+Blue) = 202+8+51=261 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.39% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0833 is #35F7CC. Grayscale: #464646. Windows color (decimal): -3536845 or 3344586. OLE color: 3344586.
HSL color Cylindrical-coordinate representation of color #CA0833: hue angle of 346.7º 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 #CA0833 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 8 | 51 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.21 |
| HSL | 346.7º | 0.92% | 0.41% | - |
| HSV(B) | 346.7º | 0.96% | 0.79% | - |
| XYZ | 25.04 | 12.97 | 4.32 | - |
| YUV | 70.91 | 116.77 | 221.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 8 | 51 | 0 | 0.96 | 0.75 | 0.21 | 346.7 | 0.92 | 0.41 |
| Hex | CA | 8 | 33 | 0 | 60 | 4B | 15 | 15B | 5C | 29 |
| Octal | 312 | 10 | 63 | 0 | 140 | 113 | 25 | 533 | 134 | 51 |
| Binary | 11001010 | 1000 | 110011 | 0 | 1100000 | 1001011 | 10101 | 101011011 | 1011100 | 101001 |
Color Harmonies of #CA0833
Complementary color
Monochromatic Colors of #CA0833
Black with #CA0833
Text Example
Text Example
White with #CA0833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0833; }
p { color: rgb(202,8,51); }
H1.HeaderClassName
{
color: #CA0833;
}
.AnyTagClassName
{
color: #CA0833;
}
</style>
background-color css
<style>
a { background-color: #CA0833; }
a { background-color: rgb(202,8,51); }
div.DivClassName
{
background-color: #CA0833;
}
.BgClassName
{
background-color: #CA0833;
}
</style>
border-color css
<style>
span { border-color: #CA0833; }
span { border-color: rgb(202,8,51); }
td.TdClassName
{
border-color: #CA0833;
}
.TagClassName
{
border-color: #CA0833;
}
</style>