Shades of Venetian Red #CA020F
Tints of Venetian Red #CA020F
RGB
CMYK
RGB Variations
Color information
#CA020F (or 0xCA020F) is known color: Venetian Red. HEX triplet: CA, 02 and 0F. RGB value is (202,2,15). Sum of RGB (Red+Green+Blue) = 202+2+15=219 (29% of max value = 765). Red value is 202 (79.30% from 255 or 92.24% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 202 - color contains mainly: red. Hex color #CA020F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA020F is #35FDF0. Grayscale: #3F3F3F. Windows color (decimal): -3538417 or 983754. OLE color: 983754.
HSL color Cylindrical-coordinate representation of color #CA020F: hue angle of 356.1º 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 #CA020F is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 2 | 15 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.21 |
| HSL | 356.1º | 0.98% | 0.4% | - |
| HSV(B) | 356.1º | 0.99% | 0.79% | - |
| XYZ | 24.47 | 12.63 | 1.6 | - |
| YUV | 63.28 | 100.76 | 226.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 15 | 0 | 0.99 | 0.93 | 0.21 | 356.1 | 0.98 | 0.4 |
| Hex | CA | 2 | F | 0 | 63 | 5D | 15 | 164 | 62 | 28 |
| Octal | 312 | 2 | 17 | 0 | 143 | 135 | 25 | 544 | 142 | 50 |
| Binary | 11001010 | 10 | 1111 | 0 | 1100011 | 1011101 | 10101 | 101100100 | 1100010 | 101000 |
Color Harmonies of #CA020F
Complementary color
Monochromatic Colors of #CA020F
Black with #CA020F
Text Example
Text Example
White with #CA020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA020F; }
p { color: rgb(202,2,15); }
H1.HeaderClassName
{
color: #CA020F;
}
.AnyTagClassName
{
color: #CA020F;
}
</style>
background-color css
<style>
a { background-color: #CA020F; }
a { background-color: rgb(202,2,15); }
div.DivClassName
{
background-color: #CA020F;
}
.BgClassName
{
background-color: #CA020F;
}
</style>
border-color css
<style>
span { border-color: #CA020F; }
span { border-color: rgb(202,2,15); }
td.TdClassName
{
border-color: #CA020F;
}
.TagClassName
{
border-color: #CA020F;
}
</style>