Shades of Venetian Red #CA0226
Tints of Venetian Red #CA0226
RGB
CMYK
RGB Variations
Color information
#CA0226 (or 0xCA0226) is known color: Venetian Red. HEX triplet: CA, 02 and 26. RGB value is (202,2,38). Sum of RGB (Red+Green+Blue) = 202+2+38=242 (32% of max value = 765). Red value is 202 (79.30% from 255 or 83.47% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 38 (15.23% from 255 or 15.70% from 242); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0226 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0226 is #35FDD9. Grayscale: #414141. Windows color (decimal): -3538394 or 2491082. OLE color: 2491082.
HSL color Cylindrical-coordinate representation of color #CA0226: hue angle of 349.2º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA0226 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 2 | 38 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.21 |
| HSL | 349.2º | 0.98% | 0.4% | - |
| HSV(B) | 349.2º | 0.99% | 0.79% | - |
| XYZ | 24.73 | 12.74 | 2.99 | - |
| YUV | 65.9 | 112.26 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 38 | 0 | 0.99 | 0.81 | 0.21 | 349.2 | 0.98 | 0.4 |
| Hex | CA | 2 | 26 | 0 | 63 | 51 | 15 | 15D | 62 | 28 |
| Octal | 312 | 2 | 46 | 0 | 143 | 121 | 25 | 535 | 142 | 50 |
| Binary | 11001010 | 10 | 100110 | 0 | 1100011 | 1010001 | 10101 | 101011101 | 1100010 | 101000 |
Color Harmonies of #CA0226
Complementary color
Monochromatic Colors of #CA0226
Black with #CA0226
Text Example
Text Example
White with #CA0226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0226; }
p { color: rgb(202,2,38); }
H1.HeaderClassName
{
color: #CA0226;
}
.AnyTagClassName
{
color: #CA0226;
}
</style>
background-color css
<style>
a { background-color: #CA0226; }
a { background-color: rgb(202,2,38); }
div.DivClassName
{
background-color: #CA0226;
}
.BgClassName
{
background-color: #CA0226;
}
</style>
border-color css
<style>
span { border-color: #CA0226; }
span { border-color: rgb(202,2,38); }
td.TdClassName
{
border-color: #CA0226;
}
.TagClassName
{
border-color: #CA0226;
}
</style>