Shades of Venetian Red #C20217
Tints of Venetian Red #C20217
RGB
CMYK
RGB Variations
Color information
#C20217 (or 0xC20217) is known color: Venetian Red. HEX triplet: C2, 02 and 17. RGB value is (194,2,23). Sum of RGB (Red+Green+Blue) = 194+2+23=219 (29% of max value = 765). Red value is 194 (76.17% from 255 or 88.58% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 23 (9.38% from 255 or 10.50% from 219); Max value from RGB is 194 - color contains mainly: red. Hex color #C20217 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20217 is #3DFDE8. Grayscale: #3D3D3D. Windows color (decimal): -4062697 or 1508034. OLE color: 1508034.
HSL color Cylindrical-coordinate representation of color #C20217: hue angle of 353.44º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C20217 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 23 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.24 |
| HSL | 353.44º | 0.98% | 0.38% | - |
| HSV(B) | 353.44º | 0.99% | 0.76% | - |
| XYZ | 22.42 | 11.57 | 1.86 | - |
| YUV | 61.8 | 106.11 | 222.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 23 | 0 | 0.99 | 0.88 | 0.24 | 353.44 | 0.98 | 0.38 |
| Hex | C2 | 2 | 17 | 0 | 63 | 58 | 18 | 161 | 62 | 26 |
| Octal | 302 | 2 | 27 | 0 | 143 | 130 | 30 | 541 | 142 | 46 |
| Binary | 11000010 | 10 | 10111 | 0 | 1100011 | 1011000 | 11000 | 101100001 | 1100010 | 100110 |
Color Harmonies of #C20217
Complementary color
Monochromatic Colors of #C20217
Black with #C20217
Text Example
Text Example
White with #C20217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20217; }
p { color: rgb(194,2,23); }
H1.HeaderClassName
{
color: #C20217;
}
.AnyTagClassName
{
color: #C20217;
}
</style>
background-color css
<style>
a { background-color: #C20217; }
a { background-color: rgb(194,2,23); }
div.DivClassName
{
background-color: #C20217;
}
.BgClassName
{
background-color: #C20217;
}
</style>
border-color css
<style>
span { border-color: #C20217; }
span { border-color: rgb(194,2,23); }
td.TdClassName
{
border-color: #C20217;
}
.TagClassName
{
border-color: #C20217;
}
</style>