Shades of Venetian Red #CA010E
Tints of Venetian Red #CA010E
RGB
CMYK
RGB Variations
Color information
#CA010E (or 0xCA010E) is known color: Venetian Red. HEX triplet: CA, 01 and 0E. RGB value is (202,1,14). Sum of RGB (Red+Green+Blue) = 202+1+14=217 (28% of max value = 765). Red value is 202 (79.30% from 255 or 93.09% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 202 - color contains mainly: red. Hex color #CA010E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA010E is #35FEF1. Grayscale: #3E3E3E. Windows color (decimal): -3538674 or 917962. OLE color: 917962.
HSL color Cylindrical-coordinate representation of color #CA010E: hue angle of 356.12º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA010E is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 1 | 14 | - |
| CMYK | 0 | 1.00 | 0.93 | 0.21 |
| HSL | 356.12º | 0.99% | 0.4% | - |
| HSV(B) | 356.12º | 1% | 0.79% | - |
| XYZ | 24.45 | 12.61 | 1.56 | - |
| YUV | 62.58 | 100.59 | 227.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 1 | 14 | 0 | 1.00 | 0.93 | 0.21 | 356.12 | 0.99 | 0.4 |
| Hex | CA | 1 | E | 0 | 64 | 5D | 15 | 164 | 63 | 28 |
| Octal | 312 | 1 | 16 | 0 | 144 | 135 | 25 | 544 | 143 | 50 |
| Binary | 11001010 | 1 | 1110 | 0 | 1100100 | 1011101 | 10101 | 101100100 | 1100011 | 101000 |
Color Harmonies of #CA010E
Complementary color
Monochromatic Colors of #CA010E
Black with #CA010E
Text Example
Text Example
White with #CA010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA010E; }
p { color: rgb(202,1,14); }
H1.HeaderClassName
{
color: #CA010E;
}
.AnyTagClassName
{
color: #CA010E;
}
</style>
background-color css
<style>
a { background-color: #CA010E; }
a { background-color: rgb(202,1,14); }
div.DivClassName
{
background-color: #CA010E;
}
.BgClassName
{
background-color: #CA010E;
}
</style>
border-color css
<style>
span { border-color: #CA010E; }
span { border-color: rgb(202,1,14); }
td.TdClassName
{
border-color: #CA010E;
}
.TagClassName
{
border-color: #CA010E;
}
</style>