Shades of Venetian Red #CA0519
Tints of Venetian Red #CA0519
RGB
CMYK
RGB Variations
Color information
#CA0519 (or 0xCA0519) is known color: Venetian Red. HEX triplet: CA, 05 and 19. RGB value is (202,5,25). Sum of RGB (Red+Green+Blue) = 202+5+25=232 (30% of max value = 765). Red value is 202 (79.30% from 255 or 87.07% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0519 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0519 is #35FAE6. Grayscale: #424242. Windows color (decimal): -3537639 or 1639882. OLE color: 1639882.
HSL color Cylindrical-coordinate representation of color #CA0519: hue angle of 353.91º 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 #CA0519 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 5 | 25 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.21 |
| HSL | 353.91º | 0.95% | 0.41% | - |
| HSV(B) | 353.91º | 0.98% | 0.79% | - |
| XYZ | 24.59 | 12.74 | 2.08 | - |
| YUV | 66.18 | 104.77 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 5 | 25 | 0 | 0.98 | 0.88 | 0.21 | 353.91 | 0.95 | 0.41 |
| Hex | CA | 5 | 19 | 0 | 62 | 58 | 15 | 162 | 5F | 29 |
| Octal | 312 | 5 | 31 | 0 | 142 | 130 | 25 | 542 | 137 | 51 |
| Binary | 11001010 | 101 | 11001 | 0 | 1100010 | 1011000 | 10101 | 101100010 | 1011111 | 101001 |
Color Harmonies of #CA0519
Complementary color
Monochromatic Colors of #CA0519
Black with #CA0519
Text Example
Text Example
White with #CA0519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0519; }
p { color: rgb(202,5,25); }
H1.HeaderClassName
{
color: #CA0519;
}
.AnyTagClassName
{
color: #CA0519;
}
</style>
background-color css
<style>
a { background-color: #CA0519; }
a { background-color: rgb(202,5,25); }
div.DivClassName
{
background-color: #CA0519;
}
.BgClassName
{
background-color: #CA0519;
}
</style>
border-color css
<style>
span { border-color: #CA0519; }
span { border-color: rgb(202,5,25); }
td.TdClassName
{
border-color: #CA0519;
}
.TagClassName
{
border-color: #CA0519;
}
</style>