Shades of Venetian Red #CA0721
Tints of Venetian Red #CA0721
RGB
CMYK
RGB Variations
Color information
#CA0721 (or 0xCA0721) is known color: Venetian Red. HEX triplet: CA, 07 and 21. RGB value is (202,7,33). Sum of RGB (Red+Green+Blue) = 202+7+33=242 (32% of max value = 765). Red value is 202 (79.30% from 255 or 83.47% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0721 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0721 is #35F8DE. Grayscale: #444444. Windows color (decimal): -3537119 or 2164682. OLE color: 2164682.
HSL color Cylindrical-coordinate representation of color #CA0721: hue angle of 352º 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 #CA0721 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 33 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.21 |
| HSL | 352º | 0.93% | 0.41% | - |
| HSV(B) | 352º | 0.97% | 0.79% | - |
| XYZ | 24.71 | 12.82 | 2.61 | - |
| YUV | 68.27 | 108.1 | 223.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 33 | 0 | 0.97 | 0.84 | 0.21 | 352 | 0.93 | 0.41 |
| Hex | CA | 7 | 21 | 0 | 61 | 54 | 15 | 160 | 5D | 29 |
| Octal | 312 | 7 | 41 | 0 | 141 | 124 | 25 | 540 | 135 | 51 |
| Binary | 11001010 | 111 | 100001 | 0 | 1100001 | 1010100 | 10101 | 101100000 | 1011101 | 101001 |
Color Harmonies of #CA0721
Complementary color
Monochromatic Colors of #CA0721
Black with #CA0721
Text Example
Text Example
White with #CA0721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0721; }
p { color: rgb(202,7,33); }
H1.HeaderClassName
{
color: #CA0721;
}
.AnyTagClassName
{
color: #CA0721;
}
</style>
background-color css
<style>
a { background-color: #CA0721; }
a { background-color: rgb(202,7,33); }
div.DivClassName
{
background-color: #CA0721;
}
.BgClassName
{
background-color: #CA0721;
}
</style>
border-color css
<style>
span { border-color: #CA0721; }
span { border-color: rgb(202,7,33); }
td.TdClassName
{
border-color: #CA0721;
}
.TagClassName
{
border-color: #CA0721;
}
</style>