Shades of Venetian Red #CA0124
Tints of Venetian Red #CA0124
RGB
CMYK
RGB Variations
Color information
#CA0124 (or 0xCA0124) is known color: Venetian Red. HEX triplet: CA, 01 and 24. RGB value is (202,1,36). Sum of RGB (Red+Green+Blue) = 202+1+36=239 (31% of max value = 765). Red value is 202 (79.30% from 255 or 84.52% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 36 (14.45% from 255 or 15.06% from 239); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0124 is #35FEDB. Grayscale: #414141. Windows color (decimal): -3538652 or 2359754. OLE color: 2359754.
HSL color Cylindrical-coordinate representation of color #CA0124: hue angle of 349.55º 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 #CA0124 is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 1 | 36 | - |
| CMYK | 0 | 1.00 | 0.82 | 0.21 |
| HSL | 349.55º | 0.99% | 0.4% | - |
| HSV(B) | 349.55º | 1% | 0.79% | - |
| XYZ | 24.69 | 12.71 | 2.82 | - |
| YUV | 65.09 | 111.59 | 225.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 1 | 36 | 0 | 1.00 | 0.82 | 0.21 | 349.55 | 0.99 | 0.4 |
| Hex | CA | 1 | 24 | 0 | 64 | 52 | 15 | 15E | 63 | 28 |
| Octal | 312 | 1 | 44 | 0 | 144 | 122 | 25 | 536 | 143 | 50 |
| Binary | 11001010 | 1 | 100100 | 0 | 1100100 | 1010010 | 10101 | 101011110 | 1100011 | 101000 |
Color Harmonies of #CA0124
Complementary color
Monochromatic Colors of #CA0124
Black with #CA0124
Text Example
Text Example
White with #CA0124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0124; }
p { color: rgb(202,1,36); }
H1.HeaderClassName
{
color: #CA0124;
}
.AnyTagClassName
{
color: #CA0124;
}
</style>
background-color css
<style>
a { background-color: #CA0124; }
a { background-color: rgb(202,1,36); }
div.DivClassName
{
background-color: #CA0124;
}
.BgClassName
{
background-color: #CA0124;
}
</style>
border-color css
<style>
span { border-color: #CA0124; }
span { border-color: rgb(202,1,36); }
td.TdClassName
{
border-color: #CA0124;
}
.TagClassName
{
border-color: #CA0124;
}
</style>