Shades of Venetian Red #CA0320
Tints of Venetian Red #CA0320
RGB
CMYK
RGB Variations
Color information
#CA0320 (or 0xCA0320) is known color: Venetian Red. HEX triplet: CA, 03 and 20. RGB value is (202,3,32). Sum of RGB (Red+Green+Blue) = 202+3+32=237 (31% of max value = 765). Red value is 202 (79.30% from 255 or 85.23% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0320 is #35FCDF. Grayscale: #414141. Windows color (decimal): -3538144 or 2098122. OLE color: 2098122.
HSL color Cylindrical-coordinate representation of color #CA0320: hue angle of 351.26º 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 #CA0320 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 3 | 32 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.21 |
| HSL | 351.26º | 0.97% | 0.4% | - |
| HSV(B) | 351.26º | 0.99% | 0.79% | - |
| XYZ | 24.65 | 12.73 | 2.52 | - |
| YUV | 65.81 | 108.93 | 225.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 3 | 32 | 0 | 0.99 | 0.84 | 0.21 | 351.26 | 0.97 | 0.4 |
| Hex | CA | 3 | 20 | 0 | 63 | 54 | 15 | 15F | 61 | 28 |
| Octal | 312 | 3 | 40 | 0 | 143 | 124 | 25 | 537 | 141 | 50 |
| Binary | 11001010 | 11 | 100000 | 0 | 1100011 | 1010100 | 10101 | 101011111 | 1100001 | 101000 |
Color Harmonies of #CA0320
Complementary color
Monochromatic Colors of #CA0320
Black with #CA0320
Text Example
Text Example
White with #CA0320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0320; }
p { color: rgb(202,3,32); }
H1.HeaderClassName
{
color: #CA0320;
}
.AnyTagClassName
{
color: #CA0320;
}
</style>
background-color css
<style>
a { background-color: #CA0320; }
a { background-color: rgb(202,3,32); }
div.DivClassName
{
background-color: #CA0320;
}
.BgClassName
{
background-color: #CA0320;
}
</style>
border-color css
<style>
span { border-color: #CA0320; }
span { border-color: rgb(202,3,32); }
td.TdClassName
{
border-color: #CA0320;
}
.TagClassName
{
border-color: #CA0320;
}
</style>