Shades of Venetian Red #CA0619
Tints of Venetian Red #CA0619
RGB
CMYK
RGB Variations
Color information
#CA0619 (or 0xCA0619) is known color: Venetian Red. HEX triplet: CA, 06 and 19. RGB value is (202,6,25). Sum of RGB (Red+Green+Blue) = 202+6+25=233 (30% of max value = 765). Red value is 202 (79.30% from 255 or 86.70% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0619 is #35F9E6. Grayscale: #424242. Windows color (decimal): -3537383 or 1640138. OLE color: 1640138.
HSL color Cylindrical-coordinate representation of color #CA0619: hue angle of 354.18º degrees, saturation: 0.94, 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 #CA0619 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 6 | 25 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.21 |
| HSL | 354.18º | 0.94% | 0.41% | - |
| HSV(B) | 354.18º | 0.97% | 0.79% | - |
| XYZ | 24.6 | 12.76 | 2.09 | - |
| YUV | 66.77 | 104.43 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 6 | 25 | 0 | 0.97 | 0.88 | 0.21 | 354.18 | 0.94 | 0.41 |
| Hex | CA | 6 | 19 | 0 | 61 | 58 | 15 | 162 | 5E | 29 |
| Octal | 312 | 6 | 31 | 0 | 141 | 130 | 25 | 542 | 136 | 51 |
| Binary | 11001010 | 110 | 11001 | 0 | 1100001 | 1011000 | 10101 | 101100010 | 1011110 | 101001 |
Color Harmonies of #CA0619
Complementary color
Monochromatic Colors of #CA0619
Black with #CA0619
Text Example
Text Example
White with #CA0619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0619; }
p { color: rgb(202,6,25); }
H1.HeaderClassName
{
color: #CA0619;
}
.AnyTagClassName
{
color: #CA0619;
}
</style>
background-color css
<style>
a { background-color: #CA0619; }
a { background-color: rgb(202,6,25); }
div.DivClassName
{
background-color: #CA0619;
}
.BgClassName
{
background-color: #CA0619;
}
</style>
border-color css
<style>
span { border-color: #CA0619; }
span { border-color: rgb(202,6,25); }
td.TdClassName
{
border-color: #CA0619;
}
.TagClassName
{
border-color: #CA0619;
}
</style>