Shades of Venetian Red #CA0423
Tints of Venetian Red #CA0423
RGB
CMYK
RGB Variations
Color information
#CA0423 (or 0xCA0423) is known color: Venetian Red. HEX triplet: CA, 04 and 23. RGB value is (202,4,35). Sum of RGB (Red+Green+Blue) = 202+4+35=241 (31% of max value = 765). Red value is 202 (79.30% from 255 or 83.82% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 35 (14.06% from 255 or 14.52% from 241); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0423 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0423 is #35FBDC. Grayscale: #424242. Windows color (decimal): -3537885 or 2294986. OLE color: 2294986.
HSL color Cylindrical-coordinate representation of color #CA0423: hue angle of 350.61º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA0423 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 4 | 35 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.21 |
| HSL | 350.61º | 0.96% | 0.4% | - |
| HSV(B) | 350.61º | 0.98% | 0.79% | - |
| XYZ | 24.7 | 12.76 | 2.75 | - |
| YUV | 66.74 | 110.1 | 224.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 4 | 35 | 0 | 0.98 | 0.83 | 0.21 | 350.61 | 0.96 | 0.4 |
| Hex | CA | 4 | 23 | 0 | 62 | 53 | 15 | 15F | 60 | 28 |
| Octal | 312 | 4 | 43 | 0 | 142 | 123 | 25 | 537 | 140 | 50 |
| Binary | 11001010 | 100 | 100011 | 0 | 1100010 | 1010011 | 10101 | 101011111 | 1100000 | 101000 |
Color Harmonies of #CA0423
Complementary color
Monochromatic Colors of #CA0423
Black with #CA0423
Text Example
Text Example
White with #CA0423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0423; }
p { color: rgb(202,4,35); }
H1.HeaderClassName
{
color: #CA0423;
}
.AnyTagClassName
{
color: #CA0423;
}
</style>
background-color css
<style>
a { background-color: #CA0423; }
a { background-color: rgb(202,4,35); }
div.DivClassName
{
background-color: #CA0423;
}
.BgClassName
{
background-color: #CA0423;
}
</style>
border-color css
<style>
span { border-color: #CA0423; }
span { border-color: rgb(202,4,35); }
td.TdClassName
{
border-color: #CA0423;
}
.TagClassName
{
border-color: #CA0423;
}
</style>