Shades of Venetian Red #CA0210
Tints of Venetian Red #CA0210
RGB
CMYK
RGB Variations
Color information
#CA0210 (or 0xCA0210) is known color: Venetian Red. HEX triplet: CA, 02 and 10. RGB value is (202,2,16). Sum of RGB (Red+Green+Blue) = 202+2+16=220 (29% of max value = 765). Red value is 202 (79.30% from 255 or 91.82% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0210 is #35FDEF. Grayscale: #3F3F3F. Windows color (decimal): -3538416 or 1049290. OLE color: 1049290.
HSL color Cylindrical-coordinate representation of color #CA0210: hue angle of 355.8º 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 #CA0210 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 2 | 16 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.21 |
| HSL | 355.8º | 0.98% | 0.4% | - |
| HSV(B) | 355.8º | 0.99% | 0.79% | - |
| XYZ | 24.47 | 12.64 | 1.64 | - |
| YUV | 63.4 | 101.26 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 16 | 0 | 0.99 | 0.92 | 0.21 | 355.8 | 0.98 | 0.4 |
| Hex | CA | 2 | 10 | 0 | 63 | 5C | 15 | 164 | 62 | 28 |
| Octal | 312 | 2 | 20 | 0 | 143 | 134 | 25 | 544 | 142 | 50 |
| Binary | 11001010 | 10 | 10000 | 0 | 1100011 | 1011100 | 10101 | 101100100 | 1100010 | 101000 |
Color Harmonies of #CA0210
Complementary color
Monochromatic Colors of #CA0210
Black with #CA0210
Text Example
Text Example
White with #CA0210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0210; }
p { color: rgb(202,2,16); }
H1.HeaderClassName
{
color: #CA0210;
}
.AnyTagClassName
{
color: #CA0210;
}
</style>
background-color css
<style>
a { background-color: #CA0210; }
a { background-color: rgb(202,2,16); }
div.DivClassName
{
background-color: #CA0210;
}
.BgClassName
{
background-color: #CA0210;
}
</style>
border-color css
<style>
span { border-color: #CA0210; }
span { border-color: rgb(202,2,16); }
td.TdClassName
{
border-color: #CA0210;
}
.TagClassName
{
border-color: #CA0210;
}
</style>