Shades of Venetian Red #CA0D1B
Tints of Venetian Red #CA0D1B
RGB
CMYK
RGB Variations
Color information
#CA0D1B (or 0xCA0D1B) is known color: Venetian Red. HEX triplet: CA, 0D and 1B. RGB value is (202,13,27). Sum of RGB (Red+Green+Blue) = 202+13+27=242 (32% of max value = 765). Red value is 202 (79.30% from 255 or 83.47% from 242); Green value is 13 (5.47% from 255 or 5.37% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0D1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0D1B is #35F2E4. Grayscale: #474747. Windows color (decimal): -3535589 or 1773002. OLE color: 1773002.
HSL color Cylindrical-coordinate representation of color #CA0D1B: hue angle of 355.56º 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 #CA0D1B is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 13 | 27 | - |
| CMYK | 0 | 0.94 | 0.87 | 0.21 |
| HSL | 355.56º | 0.88% | 0.42% | - |
| HSV(B) | 355.56º | 0.94% | 0.79% | - |
| XYZ | 24.7 | 12.92 | 2.23 | - |
| YUV | 71.11 | 103.12 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 13 | 27 | 0 | 0.94 | 0.87 | 0.21 | 355.56 | 0.88 | 0.42 |
| Hex | CA | D | 1B | 0 | 5E | 57 | 15 | 164 | 58 | 2A |
| Octal | 312 | 15 | 33 | 0 | 136 | 127 | 25 | 544 | 130 | 52 |
| Binary | 11001010 | 1101 | 11011 | 0 | 1011110 | 1010111 | 10101 | 101100100 | 1011000 | 101010 |
Color Harmonies of #CA0D1B
Complementary color
Monochromatic Colors of #CA0D1B
Black with #CA0D1B
Text Example
Text Example
White with #CA0D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0D1B; }
p { color: rgb(202,13,27); }
H1.HeaderClassName
{
color: #CA0D1B;
}
.AnyTagClassName
{
color: #CA0D1B;
}
</style>
background-color css
<style>
a { background-color: #CA0D1B; }
a { background-color: rgb(202,13,27); }
div.DivClassName
{
background-color: #CA0D1B;
}
.BgClassName
{
background-color: #CA0D1B;
}
</style>
border-color css
<style>
span { border-color: #CA0D1B; }
span { border-color: rgb(202,13,27); }
td.TdClassName
{
border-color: #CA0D1B;
}
.TagClassName
{
border-color: #CA0D1B;
}
</style>