Shades of Venetian Red #CA0D1D
Tints of Venetian Red #CA0D1D
RGB
CMYK
RGB Variations
Color information
#CA0D1D (or 0xCA0D1D) is known color: Venetian Red. HEX triplet: CA, 0D and 1D. RGB value is (202,13,29). Sum of RGB (Red+Green+Blue) = 202+13+29=244 (32% of max value = 765). Red value is 202 (79.30% from 255 or 82.79% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0D1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0D1D is #35F2E2. Grayscale: #474747. Windows color (decimal): -3535587 or 1904074. OLE color: 1904074.
HSL color Cylindrical-coordinate representation of color #CA0D1D: hue angle of 354.92º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0D1D is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 13 | 29 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.21 |
| HSL | 354.92º | 0.88% | 0.42% | - |
| HSV(B) | 354.92º | 0.94% | 0.79% | - |
| XYZ | 24.72 | 12.93 | 2.36 | - |
| YUV | 71.34 | 104.12 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 13 | 29 | 0 | 0.94 | 0.86 | 0.21 | 354.92 | 0.88 | 0.42 |
| Hex | CA | D | 1D | 0 | 5E | 56 | 15 | 163 | 58 | 2A |
| Octal | 312 | 15 | 35 | 0 | 136 | 126 | 25 | 543 | 130 | 52 |
| Binary | 11001010 | 1101 | 11101 | 0 | 1011110 | 1010110 | 10101 | 101100011 | 1011000 | 101010 |
Color Harmonies of #CA0D1D
Complementary color
Monochromatic Colors of #CA0D1D
Black with #CA0D1D
Text Example
Text Example
White with #CA0D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0D1D; }
p { color: rgb(202,13,29); }
H1.HeaderClassName
{
color: #CA0D1D;
}
.AnyTagClassName
{
color: #CA0D1D;
}
</style>
background-color css
<style>
a { background-color: #CA0D1D; }
a { background-color: rgb(202,13,29); }
div.DivClassName
{
background-color: #CA0D1D;
}
.BgClassName
{
background-color: #CA0D1D;
}
</style>
border-color css
<style>
span { border-color: #CA0D1D; }
span { border-color: rgb(202,13,29); }
td.TdClassName
{
border-color: #CA0D1D;
}
.TagClassName
{
border-color: #CA0D1D;
}
</style>