Shades of Venetian Red #CA021D
Tints of Venetian Red #CA021D
RGB
CMYK
RGB Variations
Color information
#CA021D (or 0xCA021D) is known color: Venetian Red. HEX triplet: CA, 02 and 1D. RGB value is (202,2,29). Sum of RGB (Red+Green+Blue) = 202+2+29=233 (30% of max value = 765). Red value is 202 (79.30% from 255 or 86.70% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 29 (11.72% from 255 or 12.45% from 233); Max value from RGB is 202 - color contains mainly: red. Hex color #CA021D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA021D is #35FDE2. Grayscale: #404040. Windows color (decimal): -3538403 or 1901258. OLE color: 1901258.
HSL color Cylindrical-coordinate representation of color #CA021D: hue angle of 351.9º degrees, saturation: 0.98, 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 #CA021D is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 2 | 29 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.21 |
| HSL | 351.9º | 0.98% | 0.4% | - |
| HSV(B) | 351.9º | 0.99% | 0.79% | - |
| XYZ | 24.6 | 12.69 | 2.31 | - |
| YUV | 64.88 | 107.76 | 225.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 29 | 0 | 0.99 | 0.86 | 0.21 | 351.9 | 0.98 | 0.4 |
| Hex | CA | 2 | 1D | 0 | 63 | 56 | 15 | 160 | 62 | 28 |
| Octal | 312 | 2 | 35 | 0 | 143 | 126 | 25 | 540 | 142 | 50 |
| Binary | 11001010 | 10 | 11101 | 0 | 1100011 | 1010110 | 10101 | 101100000 | 1100010 | 101000 |
Color Harmonies of #CA021D
Complementary color
Monochromatic Colors of #CA021D
Black with #CA021D
Text Example
Text Example
White with #CA021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA021D; }
p { color: rgb(202,2,29); }
H1.HeaderClassName
{
color: #CA021D;
}
.AnyTagClassName
{
color: #CA021D;
}
</style>
background-color css
<style>
a { background-color: #CA021D; }
a { background-color: rgb(202,2,29); }
div.DivClassName
{
background-color: #CA021D;
}
.BgClassName
{
background-color: #CA021D;
}
</style>
border-color css
<style>
span { border-color: #CA021D; }
span { border-color: rgb(202,2,29); }
td.TdClassName
{
border-color: #CA021D;
}
.TagClassName
{
border-color: #CA021D;
}
</style>