Shades of Venetian Red #C20214
Tints of Venetian Red #C20214
RGB
CMYK
RGB Variations
Color information
#C20214 (or 0xC20214) is known color: Venetian Red. HEX triplet: C2, 02 and 14. RGB value is (194,2,20). Sum of RGB (Red+Green+Blue) = 194+2+20=216 (28% of max value = 765). Red value is 194 (76.17% from 255 or 89.81% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 194 - color contains mainly: red. Hex color #C20214 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20214 is #3DFDEB. Grayscale: #3D3D3D. Windows color (decimal): -4062700 or 1311426. OLE color: 1311426.
HSL color Cylindrical-coordinate representation of color #C20214: hue angle of 354.38º 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 #C20214 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 20 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.24 |
| HSL | 354.38º | 0.98% | 0.38% | - |
| HSV(B) | 354.38º | 0.99% | 0.76% | - |
| XYZ | 22.4 | 11.56 | 1.71 | - |
| YUV | 61.46 | 104.61 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 20 | 0 | 0.99 | 0.90 | 0.24 | 354.38 | 0.98 | 0.38 |
| Hex | C2 | 2 | 14 | 0 | 63 | 5A | 18 | 162 | 62 | 26 |
| Octal | 302 | 2 | 24 | 0 | 143 | 132 | 30 | 542 | 142 | 46 |
| Binary | 11000010 | 10 | 10100 | 0 | 1100011 | 1011010 | 11000 | 101100010 | 1100010 | 100110 |
Color Harmonies of #C20214
Complementary color
Monochromatic Colors of #C20214
Black with #C20214
Text Example
Text Example
White with #C20214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20214; }
p { color: rgb(194,2,20); }
H1.HeaderClassName
{
color: #C20214;
}
.AnyTagClassName
{
color: #C20214;
}
</style>
background-color css
<style>
a { background-color: #C20214; }
a { background-color: rgb(194,2,20); }
div.DivClassName
{
background-color: #C20214;
}
.BgClassName
{
background-color: #C20214;
}
</style>
border-color css
<style>
span { border-color: #C20214; }
span { border-color: rgb(194,2,20); }
td.TdClassName
{
border-color: #C20214;
}
.TagClassName
{
border-color: #C20214;
}
</style>