Shades of Venetian Red #CA0921
Tints of Venetian Red #CA0921
RGB
CMYK
RGB Variations
Color information
#CA0921 (or 0xCA0921) is known color: Venetian Red. HEX triplet: CA, 09 and 21. RGB value is (202,9,33). Sum of RGB (Red+Green+Blue) = 202+9+33=244 (32% of max value = 765). Red value is 202 (79.30% from 255 or 82.79% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0921 is #35F6DE. Grayscale: #454545. Windows color (decimal): -3536607 or 2165194. OLE color: 2165194.
HSL color Cylindrical-coordinate representation of color #CA0921: hue angle of 352.54º degrees, saturation: 0.91, 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 #CA0921 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 33 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.21 |
| HSL | 352.54º | 0.91% | 0.41% | - |
| HSV(B) | 352.54º | 0.96% | 0.79% | - |
| XYZ | 24.73 | 12.86 | 2.62 | - |
| YUV | 69.44 | 107.44 | 222.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 33 | 0 | 0.96 | 0.84 | 0.21 | 352.54 | 0.91 | 0.41 |
| Hex | CA | 9 | 21 | 0 | 60 | 54 | 15 | 161 | 5B | 29 |
| Octal | 312 | 11 | 41 | 0 | 140 | 124 | 25 | 541 | 133 | 51 |
| Binary | 11001010 | 1001 | 100001 | 0 | 1100000 | 1010100 | 10101 | 101100001 | 1011011 | 101001 |
Color Harmonies of #CA0921
Complementary color
Monochromatic Colors of #CA0921
Black with #CA0921
Text Example
Text Example
White with #CA0921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0921; }
p { color: rgb(202,9,33); }
H1.HeaderClassName
{
color: #CA0921;
}
.AnyTagClassName
{
color: #CA0921;
}
</style>
background-color css
<style>
a { background-color: #CA0921; }
a { background-color: rgb(202,9,33); }
div.DivClassName
{
background-color: #CA0921;
}
.BgClassName
{
background-color: #CA0921;
}
</style>
border-color css
<style>
span { border-color: #CA0921; }
span { border-color: rgb(202,9,33); }
td.TdClassName
{
border-color: #CA0921;
}
.TagClassName
{
border-color: #CA0921;
}
</style>