Shades of Venetian Red #CA001E
Tints of Venetian Red #CA001E
RGB
CMYK
RGB Variations
Color information
#CA001E (or 0xCA001E) is known color: Venetian Red. HEX triplet: CA, 00 and 1E. RGB value is (202,0,30). Sum of RGB (Red+Green+Blue) = 202+0+30=232 (30% of max value = 765). Red value is 202 (79.30% from 255 or 87.07% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 202 - color contains mainly: red. Hex color #CA001E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA001E is #35FFE1. Grayscale: #3F3F3F. Windows color (decimal): -3538914 or 1966282. OLE color: 1966282.
HSL color Cylindrical-coordinate representation of color #CA001E: hue angle of 351.09º 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 #CA001E is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.85 | 0.21 |
| HSL | 351.09º | 1% | 0.4% | - |
| HSV(B) | 351.09º | 1% | 0.79% | - |
| XYZ | 24.59 | 12.65 | 2.37 | - |
| YUV | 63.82 | 108.92 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 30 | 0 | 1 | 0.85 | 0.21 | 351.09 | 1 | 0.4 |
| Hex | CA | 0 | 1E | 0 | 64 | 55 | 15 | 15F | 64 | 28 |
| Octal | 312 | 0 | 36 | 0 | 144 | 125 | 25 | 537 | 144 | 50 |
| Binary | 11001010 | 0 | 11110 | 0 | 1100100 | 1010101 | 10101 | 101011111 | 1100100 | 101000 |
Color Harmonies of #CA001E
Complementary color
Monochromatic Colors of #CA001E
Black with #CA001E
Text Example
Text Example
White with #CA001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA001E; }
p { color: rgb(202,0,30); }
H1.HeaderClassName
{
color: #CA001E;
}
.AnyTagClassName
{
color: #CA001E;
}
</style>
background-color css
<style>
a { background-color: #CA001E; }
a { background-color: rgb(202,0,30); }
div.DivClassName
{
background-color: #CA001E;
}
.BgClassName
{
background-color: #CA001E;
}
</style>
border-color css
<style>
span { border-color: #CA001E; }
span { border-color: rgb(202,0,30); }
td.TdClassName
{
border-color: #CA001E;
}
.TagClassName
{
border-color: #CA001E;
}
</style>