Shades of Venetian Red #CA0009
Tints of Venetian Red #CA0009
RGB
CMYK
RGB Variations
Color information
#CA0009 (or 0xCA0009) is known color: Venetian Red. HEX triplet: CA, 00 and 09. RGB value is (202,0,9). Sum of RGB (Red+Green+Blue) = 202+0+9=211 (27% of max value = 765). Red value is 202 (79.30% from 255 or 95.73% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 9 (3.91% from 255 or 4.27% from 211); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0009 is #35FFF6. Grayscale: #3D3D3D. Windows color (decimal): -3538935 or 590026. OLE color: 590026.
HSL color Cylindrical-coordinate representation of color #CA0009: hue angle of 357.33º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA0009 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.96 | 0.21 |
| HSL | 357.33º | 1% | 0.4% | - |
| HSV(B) | 357.33º | 1% | 0.79% | - |
| XYZ | 24.41 | 12.58 | 1.4 | - |
| YUV | 61.42 | 98.42 | 228.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 9 | 0 | 1 | 0.96 | 0.21 | 357.33 | 1 | 0.4 |
| Hex | CA | 0 | 9 | 0 | 64 | 60 | 15 | 165 | 64 | 28 |
| Octal | 312 | 0 | 11 | 0 | 144 | 140 | 25 | 545 | 144 | 50 |
| Binary | 11001010 | 0 | 1001 | 0 | 1100100 | 1100000 | 10101 | 101100101 | 1100100 | 101000 |
Color Harmonies of #CA0009
Complementary color
Monochromatic Colors of #CA0009
Black with #CA0009
Text Example
Text Example
White with #CA0009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0009; }
p { color: rgb(202,0,9); }
H1.HeaderClassName
{
color: #CA0009;
}
.AnyTagClassName
{
color: #CA0009;
}
</style>
background-color css
<style>
a { background-color: #CA0009; }
a { background-color: rgb(202,0,9); }
div.DivClassName
{
background-color: #CA0009;
}
.BgClassName
{
background-color: #CA0009;
}
</style>
border-color css
<style>
span { border-color: #CA0009; }
span { border-color: rgb(202,0,9); }
td.TdClassName
{
border-color: #CA0009;
}
.TagClassName
{
border-color: #CA0009;
}
</style>