Shades of Venetian Red #CA011D
Tints of Venetian Red #CA011D
RGB
CMYK
RGB Variations
Color information
#CA011D (or 0xCA011D) is known color: Venetian Red. HEX triplet: CA, 01 and 1D. RGB value is (202,1,29). Sum of RGB (Red+Green+Blue) = 202+1+29=232 (30% of max value = 765). Red value is 202 (79.30% from 255 or 87.07% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 202 - color contains mainly: red. Hex color #CA011D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA011D is #35FEE2. Grayscale: #404040. Windows color (decimal): -3538659 or 1901002. OLE color: 1901002.
HSL color Cylindrical-coordinate representation of color #CA011D: hue angle of 351.64º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA011D is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 1 | 29 | - |
| CMYK | 0 | 1.00 | 0.86 | 0.21 |
| HSL | 351.64º | 0.99% | 0.4% | - |
| HSV(B) | 351.64º | 1% | 0.79% | - |
| XYZ | 24.59 | 12.67 | 2.31 | - |
| YUV | 64.29 | 108.09 | 226.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 1 | 29 | 0 | 1.00 | 0.86 | 0.21 | 351.64 | 0.99 | 0.4 |
| Hex | CA | 1 | 1D | 0 | 64 | 56 | 15 | 160 | 63 | 28 |
| Octal | 312 | 1 | 35 | 0 | 144 | 126 | 25 | 540 | 143 | 50 |
| Binary | 11001010 | 1 | 11101 | 0 | 1100100 | 1010110 | 10101 | 101100000 | 1100011 | 101000 |
Color Harmonies of #CA011D
Complementary color
Monochromatic Colors of #CA011D
Black with #CA011D
Text Example
Text Example
White with #CA011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA011D; }
p { color: rgb(202,1,29); }
H1.HeaderClassName
{
color: #CA011D;
}
.AnyTagClassName
{
color: #CA011D;
}
</style>
background-color css
<style>
a { background-color: #CA011D; }
a { background-color: rgb(202,1,29); }
div.DivClassName
{
background-color: #CA011D;
}
.BgClassName
{
background-color: #CA011D;
}
</style>
border-color css
<style>
span { border-color: #CA011D; }
span { border-color: rgb(202,1,29); }
td.TdClassName
{
border-color: #CA011D;
}
.TagClassName
{
border-color: #CA011D;
}
</style>