Shades of Venetian Red #CA0511
Tints of Venetian Red #CA0511
RGB
CMYK
RGB Variations
Color information
#CA0511 (or 0xCA0511) is known color: Venetian Red. HEX triplet: CA, 05 and 11. RGB value is (202,5,17). Sum of RGB (Red+Green+Blue) = 202+5+17=224 (29% of max value = 765). Red value is 202 (79.30% from 255 or 90.18% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0511 is #35FAEE. Grayscale: #414141. Windows color (decimal): -3537647 or 1115594. OLE color: 1115594.
HSL color Cylindrical-coordinate representation of color #CA0511: hue angle of 356.35º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA0511 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 5 | 17 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.21 |
| HSL | 356.35º | 0.95% | 0.41% | - |
| HSV(B) | 356.35º | 0.98% | 0.79% | - |
| XYZ | 24.51 | 12.71 | 1.69 | - |
| YUV | 65.27 | 100.77 | 225.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 5 | 17 | 0 | 0.98 | 0.92 | 0.21 | 356.35 | 0.95 | 0.41 |
| Hex | CA | 5 | 11 | 0 | 62 | 5C | 15 | 164 | 5F | 29 |
| Octal | 312 | 5 | 21 | 0 | 142 | 134 | 25 | 544 | 137 | 51 |
| Binary | 11001010 | 101 | 10001 | 0 | 1100010 | 1011100 | 10101 | 101100100 | 1011111 | 101001 |
Color Harmonies of #CA0511
Complementary color
Monochromatic Colors of #CA0511
Black with #CA0511
Text Example
Text Example
White with #CA0511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0511; }
p { color: rgb(202,5,17); }
H1.HeaderClassName
{
color: #CA0511;
}
.AnyTagClassName
{
color: #CA0511;
}
</style>
background-color css
<style>
a { background-color: #CA0511; }
a { background-color: rgb(202,5,17); }
div.DivClassName
{
background-color: #CA0511;
}
.BgClassName
{
background-color: #CA0511;
}
</style>
border-color css
<style>
span { border-color: #CA0511; }
span { border-color: rgb(202,5,17); }
td.TdClassName
{
border-color: #CA0511;
}
.TagClassName
{
border-color: #CA0511;
}
</style>