Shades of Venetian Red #C21219
Tints of Venetian Red #C21219
RGB
CMYK
RGB Variations
Color information
#C21219 (or 0xC21219) is known color: Venetian Red. HEX triplet: C2, 12 and 19. RGB value is (194,18,25). Sum of RGB (Red+Green+Blue) = 194+18+25=237 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.86% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 194 - color contains mainly: red. Hex color #C21219 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21219 is #3DEDE6. Grayscale: #474747. Windows color (decimal): -4058599 or 1643202. OLE color: 1643202.
HSL color Cylindrical-coordinate representation of color #C21219: hue angle of 357.61º 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 #C21219 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 25 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.24 |
| HSL | 357.61º | 0.83% | 0.42% | - |
| HSV(B) | 357.61º | 0.91% | 0.76% | - |
| XYZ | 22.64 | 11.97 | 2.04 | - |
| YUV | 71.42 | 101.81 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 25 | 0 | 0.91 | 0.87 | 0.24 | 357.61 | 0.83 | 0.42 |
| Hex | C2 | 12 | 19 | 0 | 5B | 57 | 18 | 166 | 53 | 2A |
| Octal | 302 | 22 | 31 | 0 | 133 | 127 | 30 | 546 | 123 | 52 |
| Binary | 11000010 | 10010 | 11001 | 0 | 1011011 | 1010111 | 11000 | 101100110 | 1010011 | 101010 |
Color Harmonies of #C21219
Complementary color
Monochromatic Colors of #C21219
Black with #C21219
Text Example
Text Example
White with #C21219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21219; }
p { color: rgb(194,18,25); }
H1.HeaderClassName
{
color: #C21219;
}
.AnyTagClassName
{
color: #C21219;
}
</style>
background-color css
<style>
a { background-color: #C21219; }
a { background-color: rgb(194,18,25); }
div.DivClassName
{
background-color: #C21219;
}
.BgClassName
{
background-color: #C21219;
}
</style>
border-color css
<style>
span { border-color: #C21219; }
span { border-color: rgb(194,18,25); }
td.TdClassName
{
border-color: #C21219;
}
.TagClassName
{
border-color: #C21219;
}
</style>