Shades of Venetian Red #CA0720
Tints of Venetian Red #CA0720
RGB
CMYK
RGB Variations
Color information
#CA0720 (or 0xCA0720) is known color: Venetian Red. HEX triplet: CA, 07 and 20. RGB value is (202,7,32). Sum of RGB (Red+Green+Blue) = 202+7+32=241 (31% of max value = 765). Red value is 202 (79.30% from 255 or 83.82% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0720 is #35F8DF. Grayscale: #444444. Windows color (decimal): -3537120 or 2099146. OLE color: 2099146.
HSL color Cylindrical-coordinate representation of color #CA0720: hue angle of 352.31º 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 #CA0720 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 32 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.21 |
| HSL | 352.31º | 0.93% | 0.41% | - |
| HSV(B) | 352.31º | 0.97% | 0.79% | - |
| XYZ | 24.69 | 12.81 | 2.54 | - |
| YUV | 68.16 | 107.6 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 32 | 0 | 0.97 | 0.84 | 0.21 | 352.31 | 0.93 | 0.41 |
| Hex | CA | 7 | 20 | 0 | 61 | 54 | 15 | 160 | 5D | 29 |
| Octal | 312 | 7 | 40 | 0 | 141 | 124 | 25 | 540 | 135 | 51 |
| Binary | 11001010 | 111 | 100000 | 0 | 1100001 | 1010100 | 10101 | 101100000 | 1011101 | 101001 |
Color Harmonies of #CA0720
Complementary color
Monochromatic Colors of #CA0720
Black with #CA0720
Text Example
Text Example
White with #CA0720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0720; }
p { color: rgb(202,7,32); }
H1.HeaderClassName
{
color: #CA0720;
}
.AnyTagClassName
{
color: #CA0720;
}
</style>
background-color css
<style>
a { background-color: #CA0720; }
a { background-color: rgb(202,7,32); }
div.DivClassName
{
background-color: #CA0720;
}
.BgClassName
{
background-color: #CA0720;
}
</style>
border-color css
<style>
span { border-color: #CA0720; }
span { border-color: rgb(202,7,32); }
td.TdClassName
{
border-color: #CA0720;
}
.TagClassName
{
border-color: #CA0720;
}
</style>