Shades of Venetian Red #CA0719
Tints of Venetian Red #CA0719
RGB
CMYK
RGB Variations
Color information
#CA0719 (or 0xCA0719) is known color: Venetian Red. HEX triplet: CA, 07 and 19. RGB value is (202,7,25). Sum of RGB (Red+Green+Blue) = 202+7+25=234 (30% of max value = 765). Red value is 202 (79.30% from 255 or 86.32% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0719 is #35F8E6. Grayscale: #434343. Windows color (decimal): -3537127 or 1640394. OLE color: 1640394.
HSL color Cylindrical-coordinate representation of color #CA0719: hue angle of 354.46º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA0719 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 25 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.21 |
| HSL | 354.46º | 0.93% | 0.41% | - |
| HSV(B) | 354.46º | 0.97% | 0.79% | - |
| XYZ | 24.61 | 12.78 | 2.09 | - |
| YUV | 67.36 | 104.1 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 25 | 0 | 0.97 | 0.88 | 0.21 | 354.46 | 0.93 | 0.41 |
| Hex | CA | 7 | 19 | 0 | 61 | 58 | 15 | 162 | 5D | 29 |
| Octal | 312 | 7 | 31 | 0 | 141 | 130 | 25 | 542 | 135 | 51 |
| Binary | 11001010 | 111 | 11001 | 0 | 1100001 | 1011000 | 10101 | 101100010 | 1011101 | 101001 |
Color Harmonies of #CA0719
Complementary color
Monochromatic Colors of #CA0719
Black with #CA0719
Text Example
Text Example
White with #CA0719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0719; }
p { color: rgb(202,7,25); }
H1.HeaderClassName
{
color: #CA0719;
}
.AnyTagClassName
{
color: #CA0719;
}
</style>
background-color css
<style>
a { background-color: #CA0719; }
a { background-color: rgb(202,7,25); }
div.DivClassName
{
background-color: #CA0719;
}
.BgClassName
{
background-color: #CA0719;
}
</style>
border-color css
<style>
span { border-color: #CA0719; }
span { border-color: rgb(202,7,25); }
td.TdClassName
{
border-color: #CA0719;
}
.TagClassName
{
border-color: #CA0719;
}
</style>