Shades of Venetian Red #CA011F
Tints of Venetian Red #CA011F
RGB
CMYK
RGB Variations
Color information
#CA011F (or 0xCA011F) is known color: Venetian Red. HEX triplet: CA, 01 and 1F. RGB value is (202,1,31). Sum of RGB (Red+Green+Blue) = 202+1+31=234 (30% of max value = 765). Red value is 202 (79.30% from 255 or 86.32% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 202 - color contains mainly: red. Hex color #CA011F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA011F is #35FEE0. Grayscale: #404040. Windows color (decimal): -3538657 or 2032074. OLE color: 2032074.
HSL color Cylindrical-coordinate representation of color #CA011F: hue angle of 351.04º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA011F is Cyan = 0, Magento = 1.00, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 1 | 31 | - |
| CMYK | 0 | 1.00 | 0.85 | 0.21 |
| HSL | 351.04º | 0.99% | 0.4% | - |
| HSV(B) | 351.04º | 1% | 0.79% | - |
| XYZ | 24.62 | 12.68 | 2.45 | - |
| YUV | 64.52 | 109.09 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 1 | 31 | 0 | 1.00 | 0.85 | 0.21 | 351.04 | 0.99 | 0.4 |
| Hex | CA | 1 | 1F | 0 | 64 | 55 | 15 | 15F | 63 | 28 |
| Octal | 312 | 1 | 37 | 0 | 144 | 125 | 25 | 537 | 143 | 50 |
| Binary | 11001010 | 1 | 11111 | 0 | 1100100 | 1010101 | 10101 | 101011111 | 1100011 | 101000 |
Color Harmonies of #CA011F
Complementary color
Monochromatic Colors of #CA011F
Black with #CA011F
Text Example
Text Example
White with #CA011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA011F; }
p { color: rgb(202,1,31); }
H1.HeaderClassName
{
color: #CA011F;
}
.AnyTagClassName
{
color: #CA011F;
}
</style>
background-color css
<style>
a { background-color: #CA011F; }
a { background-color: rgb(202,1,31); }
div.DivClassName
{
background-color: #CA011F;
}
.BgClassName
{
background-color: #CA011F;
}
</style>
border-color css
<style>
span { border-color: #CA011F; }
span { border-color: rgb(202,1,31); }
td.TdClassName
{
border-color: #CA011F;
}
.TagClassName
{
border-color: #CA011F;
}
</style>