Shades of Venetian Red #C00214
Tints of Venetian Red #C00214
RGB
CMYK
RGB Variations
Color information
#C00214 (or 0xC00214) is known color: Venetian Red. HEX triplet: C0, 02 and 14. RGB value is (192,2,20). Sum of RGB (Red+Green+Blue) = 192+2+20=214 (28% of max value = 765). Red value is 192 (75.39% from 255 or 89.72% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 192 - color contains mainly: red. Hex color #C00214 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00214 is #3FFDEB. Grayscale: #3C3C3C. Windows color (decimal): -4193772 or 1311424. OLE color: 1311424.
HSL color Cylindrical-coordinate representation of color #C00214: hue angle of 354.32º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00214 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 2 | 20 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.25 |
| HSL | 354.32º | 0.98% | 0.38% | - |
| HSV(B) | 354.32º | 0.99% | 0.75% | - |
| XYZ | 21.89 | 11.3 | 1.69 | - |
| YUV | 60.86 | 104.95 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 20 | 0 | 0.99 | 0.90 | 0.25 | 354.32 | 0.98 | 0.38 |
| Hex | C0 | 2 | 14 | 0 | 63 | 5A | 19 | 162 | 62 | 26 |
| Octal | 300 | 2 | 24 | 0 | 143 | 132 | 31 | 542 | 142 | 46 |
| Binary | 11000000 | 10 | 10100 | 0 | 1100011 | 1011010 | 11001 | 101100010 | 1100010 | 100110 |
Color Harmonies of #C00214
Complementary color
Monochromatic Colors of #C00214
Black with #C00214
Text Example
Text Example
White with #C00214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00214; }
p { color: rgb(192,2,20); }
H1.HeaderClassName
{
color: #C00214;
}
.AnyTagClassName
{
color: #C00214;
}
</style>
background-color css
<style>
a { background-color: #C00214; }
a { background-color: rgb(192,2,20); }
div.DivClassName
{
background-color: #C00214;
}
.BgClassName
{
background-color: #C00214;
}
</style>
border-color css
<style>
span { border-color: #C00214; }
span { border-color: rgb(192,2,20); }
td.TdClassName
{
border-color: #C00214;
}
.TagClassName
{
border-color: #C00214;
}
</style>