Shades of Venetian Red #CA0215
Tints of Venetian Red #CA0215
RGB
CMYK
RGB Variations
Color information
#CA0215 (or 0xCA0215) is known color: Venetian Red. HEX triplet: CA, 02 and 15. RGB value is (202,2,21). Sum of RGB (Red+Green+Blue) = 202+2+21=225 (29% of max value = 765). Red value is 202 (79.30% from 255 or 89.78% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0215 is #35FDEA. Grayscale: #404040. Windows color (decimal): -3538411 or 1376970. OLE color: 1376970.
HSL color Cylindrical-coordinate representation of color #CA0215: hue angle of 354.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 #CA0215 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 2 | 21 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.21 |
| HSL | 354.3º | 0.98% | 0.4% | - |
| HSV(B) | 354.3º | 0.99% | 0.79% | - |
| XYZ | 24.51 | 12.65 | 1.86 | - |
| YUV | 63.97 | 103.76 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 21 | 0 | 0.99 | 0.90 | 0.21 | 354.3 | 0.98 | 0.4 |
| Hex | CA | 2 | 15 | 0 | 63 | 5A | 15 | 162 | 62 | 28 |
| Octal | 312 | 2 | 25 | 0 | 143 | 132 | 25 | 542 | 142 | 50 |
| Binary | 11001010 | 10 | 10101 | 0 | 1100011 | 1011010 | 10101 | 101100010 | 1100010 | 101000 |
Color Harmonies of #CA0215
Complementary color
Monochromatic Colors of #CA0215
Black with #CA0215
Text Example
Text Example
White with #CA0215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0215; }
p { color: rgb(202,2,21); }
H1.HeaderClassName
{
color: #CA0215;
}
.AnyTagClassName
{
color: #CA0215;
}
</style>
background-color css
<style>
a { background-color: #CA0215; }
a { background-color: rgb(202,2,21); }
div.DivClassName
{
background-color: #CA0215;
}
.BgClassName
{
background-color: #CA0215;
}
</style>
border-color css
<style>
span { border-color: #CA0215; }
span { border-color: rgb(202,2,21); }
td.TdClassName
{
border-color: #CA0215;
}
.TagClassName
{
border-color: #CA0215;
}
</style>