Shades of Venetian Red #CA0712
Tints of Venetian Red #CA0712
RGB
CMYK
RGB Variations
Color information
#CA0712 (or 0xCA0712) is known color: Venetian Red. HEX triplet: CA, 07 and 12. RGB value is (202,7,18). Sum of RGB (Red+Green+Blue) = 202+7+18=227 (30% of max value = 765). Red value is 202 (79.30% from 255 or 88.99% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0712 is #35F8ED. Grayscale: #424242. Windows color (decimal): -3537134 or 1181642. OLE color: 1181642.
HSL color Cylindrical-coordinate representation of color #CA0712: hue angle of 356.62º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA0712 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 18 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.21 |
| HSL | 356.62º | 0.93% | 0.41% | - |
| HSV(B) | 356.62º | 0.97% | 0.79% | - |
| XYZ | 24.54 | 12.75 | 1.74 | - |
| YUV | 66.56 | 100.6 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 18 | 0 | 0.97 | 0.91 | 0.21 | 356.62 | 0.93 | 0.41 |
| Hex | CA | 7 | 12 | 0 | 61 | 5B | 15 | 165 | 5D | 29 |
| Octal | 312 | 7 | 22 | 0 | 141 | 133 | 25 | 545 | 135 | 51 |
| Binary | 11001010 | 111 | 10010 | 0 | 1100001 | 1011011 | 10101 | 101100101 | 1011101 | 101001 |
Color Harmonies of #CA0712
Complementary color
Monochromatic Colors of #CA0712
Black with #CA0712
Text Example
Text Example
White with #CA0712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0712; }
p { color: rgb(202,7,18); }
H1.HeaderClassName
{
color: #CA0712;
}
.AnyTagClassName
{
color: #CA0712;
}
</style>
background-color css
<style>
a { background-color: #CA0712; }
a { background-color: rgb(202,7,18); }
div.DivClassName
{
background-color: #CA0712;
}
.BgClassName
{
background-color: #CA0712;
}
</style>
border-color css
<style>
span { border-color: #CA0712; }
span { border-color: rgb(202,7,18); }
td.TdClassName
{
border-color: #CA0712;
}
.TagClassName
{
border-color: #CA0712;
}
</style>