Shades of Venetian Red #CA0523
Tints of Venetian Red #CA0523
RGB
CMYK
RGB Variations
Color information
#CA0523 (or 0xCA0523) is known color: Venetian Red. HEX triplet: CA, 05 and 23. RGB value is (202,5,35). Sum of RGB (Red+Green+Blue) = 202+5+35=242 (32% of max value = 765). Red value is 202 (79.30% from 255 or 83.47% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 35 (14.06% from 255 or 14.46% from 242); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0523 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0523 is #35FADC. Grayscale: #434343. Windows color (decimal): -3537629 or 2295242. OLE color: 2295242.
HSL color Cylindrical-coordinate representation of color #CA0523: hue angle of 350.86º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA0523 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 5 | 35 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.21 |
| HSL | 350.86º | 0.95% | 0.41% | - |
| HSV(B) | 350.86º | 0.98% | 0.79% | - |
| XYZ | 24.71 | 12.79 | 2.76 | - |
| YUV | 67.32 | 109.77 | 224.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 5 | 35 | 0 | 0.98 | 0.83 | 0.21 | 350.86 | 0.95 | 0.41 |
| Hex | CA | 5 | 23 | 0 | 62 | 53 | 15 | 15F | 5F | 29 |
| Octal | 312 | 5 | 43 | 0 | 142 | 123 | 25 | 537 | 137 | 51 |
| Binary | 11001010 | 101 | 100011 | 0 | 1100010 | 1010011 | 10101 | 101011111 | 1011111 | 101001 |
Color Harmonies of #CA0523
Complementary color
Monochromatic Colors of #CA0523
Black with #CA0523
Text Example
Text Example
White with #CA0523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0523; }
p { color: rgb(202,5,35); }
H1.HeaderClassName
{
color: #CA0523;
}
.AnyTagClassName
{
color: #CA0523;
}
</style>
background-color css
<style>
a { background-color: #CA0523; }
a { background-color: rgb(202,5,35); }
div.DivClassName
{
background-color: #CA0523;
}
.BgClassName
{
background-color: #CA0523;
}
</style>
border-color css
<style>
span { border-color: #CA0523; }
span { border-color: rgb(202,5,35); }
td.TdClassName
{
border-color: #CA0523;
}
.TagClassName
{
border-color: #CA0523;
}
</style>