Shades of Venetian Red #CA1017
Tints of Venetian Red #CA1017
RGB
CMYK
RGB Variations
Color information
#CA1017 (or 0xCA1017) is known color: Venetian Red. HEX triplet: CA, 10 and 17. RGB value is (202,16,23). Sum of RGB (Red+Green+Blue) = 202+16+23=241 (31% of max value = 765). Red value is 202 (79.30% from 255 or 83.82% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 23 (9.38% from 255 or 9.54% from 241); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1017 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1017 is #35EFE8. Grayscale: #484848. Windows color (decimal): -3534825 or 1511626. OLE color: 1511626.
HSL color Cylindrical-coordinate representation of color #CA1017: hue angle of 357.74º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA1017 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 23 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.21 |
| HSL | 357.74º | 0.85% | 0.43% | - |
| HSV(B) | 357.74º | 0.92% | 0.79% | - |
| XYZ | 24.7 | 12.99 | 2.02 | - |
| YUV | 72.41 | 100.12 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 23 | 0 | 0.92 | 0.89 | 0.21 | 357.74 | 0.85 | 0.43 |
| Hex | CA | 10 | 17 | 0 | 5C | 59 | 15 | 166 | 55 | 2B |
| Octal | 312 | 20 | 27 | 0 | 134 | 131 | 25 | 546 | 125 | 53 |
| Binary | 11001010 | 10000 | 10111 | 0 | 1011100 | 1011001 | 10101 | 101100110 | 1010101 | 101011 |
Color Harmonies of #CA1017
Complementary color
Monochromatic Colors of #CA1017
Black with #CA1017
Text Example
Text Example
White with #CA1017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1017; }
p { color: rgb(202,16,23); }
H1.HeaderClassName
{
color: #CA1017;
}
.AnyTagClassName
{
color: #CA1017;
}
</style>
background-color css
<style>
a { background-color: #CA1017; }
a { background-color: rgb(202,16,23); }
div.DivClassName
{
background-color: #CA1017;
}
.BgClassName
{
background-color: #CA1017;
}
</style>
border-color css
<style>
span { border-color: #CA1017; }
span { border-color: rgb(202,16,23); }
td.TdClassName
{
border-color: #CA1017;
}
.TagClassName
{
border-color: #CA1017;
}
</style>