Shades of Venetian Red #CA1117
Tints of Venetian Red #CA1117
RGB
CMYK
RGB Variations
Color information
#CA1117 (or 0xCA1117) is known color: Venetian Red. HEX triplet: CA, 11 and 17. RGB value is (202,17,23). Sum of RGB (Red+Green+Blue) = 202+17+23=242 (32% of max value = 765). Red value is 202 (79.30% from 255 or 83.47% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 23 (9.38% from 255 or 9.50% from 242); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1117 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1117 is #35EEE8. Grayscale: #494949. Windows color (decimal): -3534569 or 1511882. OLE color: 1511882.
HSL color Cylindrical-coordinate representation of color #CA1117: hue angle of 358.05º degrees, saturation: 0.84, 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 #CA1117 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 17 | 23 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.21 |
| HSL | 358.05º | 0.84% | 0.43% | - |
| HSV(B) | 358.05º | 0.92% | 0.79% | - |
| XYZ | 24.71 | 13.02 | 2.02 | - |
| YUV | 73 | 99.79 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 17 | 23 | 0 | 0.92 | 0.89 | 0.21 | 358.05 | 0.84 | 0.43 |
| Hex | CA | 11 | 17 | 0 | 5C | 59 | 15 | 166 | 54 | 2B |
| Octal | 312 | 21 | 27 | 0 | 134 | 131 | 25 | 546 | 124 | 53 |
| Binary | 11001010 | 10001 | 10111 | 0 | 1011100 | 1011001 | 10101 | 101100110 | 1010100 | 101011 |
Color Harmonies of #CA1117
Complementary color
Monochromatic Colors of #CA1117
Black with #CA1117
Text Example
Text Example
White with #CA1117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1117; }
p { color: rgb(202,17,23); }
H1.HeaderClassName
{
color: #CA1117;
}
.AnyTagClassName
{
color: #CA1117;
}
</style>
background-color css
<style>
a { background-color: #CA1117; }
a { background-color: rgb(202,17,23); }
div.DivClassName
{
background-color: #CA1117;
}
.BgClassName
{
background-color: #CA1117;
}
</style>
border-color css
<style>
span { border-color: #CA1117; }
span { border-color: rgb(202,17,23); }
td.TdClassName
{
border-color: #CA1117;
}
.TagClassName
{
border-color: #CA1117;
}
</style>