Shades of Venetian Red #CA0229
Tints of Venetian Red #CA0229
RGB
CMYK
RGB Variations
Color information
#CA0229 (or 0xCA0229) is known color: Venetian Red. HEX triplet: CA, 02 and 29. RGB value is (202,2,41). Sum of RGB (Red+Green+Blue) = 202+2+41=245 (32% of max value = 765). Red value is 202 (79.30% from 255 or 82.45% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0229 is #35FDD6. Grayscale: #424242. Windows color (decimal): -3538391 or 2687690. OLE color: 2687690.
HSL color Cylindrical-coordinate representation of color #CA0229: hue angle of 348.3º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA0229 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 2 | 41 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.21 |
| HSL | 348.3º | 0.98% | 0.4% | - |
| HSV(B) | 348.3º | 0.99% | 0.79% | - |
| XYZ | 24.78 | 12.76 | 3.25 | - |
| YUV | 66.25 | 113.76 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 41 | 0 | 0.99 | 0.80 | 0.21 | 348.3 | 0.98 | 0.4 |
| Hex | CA | 2 | 29 | 0 | 63 | 50 | 15 | 15C | 62 | 28 |
| Octal | 312 | 2 | 51 | 0 | 143 | 120 | 25 | 534 | 142 | 50 |
| Binary | 11001010 | 10 | 101001 | 0 | 1100011 | 1010000 | 10101 | 101011100 | 1100010 | 101000 |
Color Harmonies of #CA0229
Complementary color
Monochromatic Colors of #CA0229
Black with #CA0229
Text Example
Text Example
White with #CA0229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0229; }
p { color: rgb(202,2,41); }
H1.HeaderClassName
{
color: #CA0229;
}
.AnyTagClassName
{
color: #CA0229;
}
</style>
background-color css
<style>
a { background-color: #CA0229; }
a { background-color: rgb(202,2,41); }
div.DivClassName
{
background-color: #CA0229;
}
.BgClassName
{
background-color: #CA0229;
}
</style>
border-color css
<style>
span { border-color: #CA0229; }
span { border-color: rgb(202,2,41); }
td.TdClassName
{
border-color: #CA0229;
}
.TagClassName
{
border-color: #CA0229;
}
</style>