Shades of Venetian Red #C21218
Tints of Venetian Red #C21218
RGB
CMYK
RGB Variations
Color information
#C21218 (or 0xC21218) is known color: Venetian Red. HEX triplet: C2, 12 and 18. RGB value is (194,18,24). Sum of RGB (Red+Green+Blue) = 194+18+24=236 (31% of max value = 765). Red value is 194 (76.17% from 255 or 82.20% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 24 (9.77% from 255 or 10.17% from 236); Max value from RGB is 194 - color contains mainly: red. Hex color #C21218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21218 is #3DEDE7. Grayscale: #474747. Windows color (decimal): -4058600 or 1577666. OLE color: 1577666.
HSL color Cylindrical-coordinate representation of color #C21218: hue angle of 357.95º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21218 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 24 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.24 |
| HSL | 357.95º | 0.83% | 0.42% | - |
| HSV(B) | 357.95º | 0.91% | 0.76% | - |
| XYZ | 22.63 | 11.97 | 1.98 | - |
| YUV | 71.31 | 101.31 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 24 | 0 | 0.91 | 0.88 | 0.24 | 357.95 | 0.83 | 0.42 |
| Hex | C2 | 12 | 18 | 0 | 5B | 58 | 18 | 166 | 53 | 2A |
| Octal | 302 | 22 | 30 | 0 | 133 | 130 | 30 | 546 | 123 | 52 |
| Binary | 11000010 | 10010 | 11000 | 0 | 1011011 | 1011000 | 11000 | 101100110 | 1010011 | 101010 |
Color Harmonies of #C21218
Complementary color
Monochromatic Colors of #C21218
Black with #C21218
Text Example
Text Example
White with #C21218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21218; }
p { color: rgb(194,18,24); }
H1.HeaderClassName
{
color: #C21218;
}
.AnyTagClassName
{
color: #C21218;
}
</style>
background-color css
<style>
a { background-color: #C21218; }
a { background-color: rgb(194,18,24); }
div.DivClassName
{
background-color: #C21218;
}
.BgClassName
{
background-color: #C21218;
}
</style>
border-color css
<style>
span { border-color: #C21218; }
span { border-color: rgb(194,18,24); }
td.TdClassName
{
border-color: #C21218;
}
.TagClassName
{
border-color: #C21218;
}
</style>