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