Shades of Venetian Red #CA0310
Tints of Venetian Red #CA0310
RGB
CMYK
RGB Variations
Color information
#CA0310 (or 0xCA0310) is known color: Venetian Red. HEX triplet: CA, 03 and 10. RGB value is (202,3,16). Sum of RGB (Red+Green+Blue) = 202+3+16=221 (29% of max value = 765). Red value is 202 (79.30% from 255 or 91.40% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0310 is #35FCEF. Grayscale: #404040. Windows color (decimal): -3538160 or 1049546. OLE color: 1049546.
HSL color Cylindrical-coordinate representation of color #CA0310: hue angle of 356.08º degrees, saturation: 0.97, 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 #CA0310 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 3 | 16 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.21 |
| HSL | 356.08º | 0.97% | 0.4% | - |
| HSV(B) | 356.08º | 0.99% | 0.79% | - |
| XYZ | 24.48 | 12.66 | 1.64 | - |
| YUV | 63.98 | 100.93 | 226.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 3 | 16 | 0 | 0.99 | 0.92 | 0.21 | 356.08 | 0.97 | 0.4 |
| Hex | CA | 3 | 10 | 0 | 63 | 5C | 15 | 164 | 61 | 28 |
| Octal | 312 | 3 | 20 | 0 | 143 | 134 | 25 | 544 | 141 | 50 |
| Binary | 11001010 | 11 | 10000 | 0 | 1100011 | 1011100 | 10101 | 101100100 | 1100001 | 101000 |
Color Harmonies of #CA0310
Complementary color
Monochromatic Colors of #CA0310
Black with #CA0310
Text Example
Text Example
White with #CA0310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0310; }
p { color: rgb(202,3,16); }
H1.HeaderClassName
{
color: #CA0310;
}
.AnyTagClassName
{
color: #CA0310;
}
</style>
background-color css
<style>
a { background-color: #CA0310; }
a { background-color: rgb(202,3,16); }
div.DivClassName
{
background-color: #CA0310;
}
.BgClassName
{
background-color: #CA0310;
}
</style>
border-color css
<style>
span { border-color: #CA0310; }
span { border-color: rgb(202,3,16); }
td.TdClassName
{
border-color: #CA0310;
}
.TagClassName
{
border-color: #CA0310;
}
</style>