Shades of Venetian Red #C2002E
Tints of Venetian Red #C2002E
RGB
CMYK
RGB Variations
Color information
#C2002E (or 0xC2002E) is known color: Venetian Red. HEX triplet: C2, 00 and 2E. RGB value is (194,0,46). Sum of RGB (Red+Green+Blue) = 194+0+46=240 (31% of max value = 765). Red value is 194 (76.17% from 255 or 80.83% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 194 - color contains mainly: red. Hex color #C2002E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2002E is #3DFFD1. Grayscale: #3F3F3F. Windows color (decimal): -4063186 or 3014850. OLE color: 3014850.
HSL color Cylindrical-coordinate representation of color #C2002E: hue angle of 345.77º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C2002E is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.76 | 0.24 |
| HSL | 345.77º | 1% | 0.38% | - |
| HSV(B) | 345.77º | 1% | 0.76% | - |
| XYZ | 22.74 | 11.67 | 3.64 | - |
| YUV | 63.25 | 118.27 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 46 | 0 | 1 | 0.76 | 0.24 | 345.77 | 1 | 0.38 |
| Hex | C2 | 0 | 2E | 0 | 64 | 4C | 18 | 15A | 64 | 26 |
| Octal | 302 | 0 | 56 | 0 | 144 | 114 | 30 | 532 | 144 | 46 |
| Binary | 11000010 | 0 | 101110 | 0 | 1100100 | 1001100 | 11000 | 101011010 | 1100100 | 100110 |
Color Harmonies of #C2002E
Complementary color
Monochromatic Colors of #C2002E
Black with #C2002E
Text Example
Text Example
White with #C2002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2002E; }
p { color: rgb(194,0,46); }
H1.HeaderClassName
{
color: #C2002E;
}
.AnyTagClassName
{
color: #C2002E;
}
</style>
background-color css
<style>
a { background-color: #C2002E; }
a { background-color: rgb(194,0,46); }
div.DivClassName
{
background-color: #C2002E;
}
.BgClassName
{
background-color: #C2002E;
}
</style>
border-color css
<style>
span { border-color: #C2002E; }
span { border-color: rgb(194,0,46); }
td.TdClassName
{
border-color: #C2002E;
}
.TagClassName
{
border-color: #C2002E;
}
</style>