Shades of Venetian Red #CA0213
Tints of Venetian Red #CA0213
RGB
CMYK
RGB Variations
Color information
#CA0213 (or 0xCA0213) is known color: Venetian Red. HEX triplet: CA, 02 and 13. RGB value is (202,2,19). Sum of RGB (Red+Green+Blue) = 202+2+19=223 (29% of max value = 765). Red value is 202 (79.30% from 255 or 90.58% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0213 is #35FDEC. Grayscale: #3F3F3F. Windows color (decimal): -3538413 or 1245898. OLE color: 1245898.
HSL color Cylindrical-coordinate representation of color #CA0213: hue angle of 354.9º 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 #CA0213 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 2 | 19 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.21 |
| HSL | 354.9º | 0.98% | 0.4% | - |
| HSV(B) | 354.9º | 0.99% | 0.79% | - |
| XYZ | 24.5 | 12.65 | 1.77 | - |
| YUV | 63.74 | 102.76 | 226.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 19 | 0 | 0.99 | 0.91 | 0.21 | 354.9 | 0.98 | 0.4 |
| Hex | CA | 2 | 13 | 0 | 63 | 5B | 15 | 163 | 62 | 28 |
| Octal | 312 | 2 | 23 | 0 | 143 | 133 | 25 | 543 | 142 | 50 |
| Binary | 11001010 | 10 | 10011 | 0 | 1100011 | 1011011 | 10101 | 101100011 | 1100010 | 101000 |
Color Harmonies of #CA0213
Complementary color
Monochromatic Colors of #CA0213
Black with #CA0213
Text Example
Text Example
White with #CA0213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0213; }
p { color: rgb(202,2,19); }
H1.HeaderClassName
{
color: #CA0213;
}
.AnyTagClassName
{
color: #CA0213;
}
</style>
background-color css
<style>
a { background-color: #CA0213; }
a { background-color: rgb(202,2,19); }
div.DivClassName
{
background-color: #CA0213;
}
.BgClassName
{
background-color: #CA0213;
}
</style>
border-color css
<style>
span { border-color: #CA0213; }
span { border-color: rgb(202,2,19); }
td.TdClassName
{
border-color: #CA0213;
}
.TagClassName
{
border-color: #CA0213;
}
</style>