Shades of Venetian Red #C11214
Tints of Venetian Red #C11214
RGB
CMYK
RGB Variations
Color information
#C11214 (or 0xC11214) is known color: Venetian Red. HEX triplet: C1, 12 and 14. RGB value is (193,18,20). Sum of RGB (Red+Green+Blue) = 193+18+20=231 (30% of max value = 765). Red value is 193 (75.78% from 255 or 83.55% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 193 - color contains mainly: red. Hex color #C11214 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11214 is #3EEDEB. Grayscale: #464646. Windows color (decimal): -4124140 or 1315521. OLE color: 1315521.
HSL color Cylindrical-coordinate representation of color #C11214: hue angle of 359.31º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C11214 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 20 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.24 |
| HSL | 359.31º | 0.83% | 0.41% | - |
| HSV(B) | 359.31º | 0.91% | 0.76% | - |
| XYZ | 22.33 | 11.82 | 1.77 | - |
| YUV | 70.55 | 99.48 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 20 | 0 | 0.91 | 0.90 | 0.24 | 359.31 | 0.83 | 0.41 |
| Hex | C1 | 12 | 14 | 0 | 5B | 5A | 18 | 167 | 53 | 29 |
| Octal | 301 | 22 | 24 | 0 | 133 | 132 | 30 | 547 | 123 | 51 |
| Binary | 11000001 | 10010 | 10100 | 0 | 1011011 | 1011010 | 11000 | 101100111 | 1010011 | 101001 |
Color Harmonies of #C11214
Complementary color
Monochromatic Colors of #C11214
Black with #C11214
Text Example
Text Example
White with #C11214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11214; }
p { color: rgb(193,18,20); }
H1.HeaderClassName
{
color: #C11214;
}
.AnyTagClassName
{
color: #C11214;
}
</style>
background-color css
<style>
a { background-color: #C11214; }
a { background-color: rgb(193,18,20); }
div.DivClassName
{
background-color: #C11214;
}
.BgClassName
{
background-color: #C11214;
}
</style>
border-color css
<style>
span { border-color: #C11214; }
span { border-color: rgb(193,18,20); }
td.TdClassName
{
border-color: #C11214;
}
.TagClassName
{
border-color: #C11214;
}
</style>