Shades of Venetian Red #C2022E
Tints of Venetian Red #C2022E
RGB
CMYK
RGB Variations
Color information
#C2022E (or 0xC2022E) is known color: Venetian Red. HEX triplet: C2, 02 and 2E. RGB value is (194,2,46). Sum of RGB (Red+Green+Blue) = 194+2+46=242 (32% of max value = 765). Red value is 194 (76.17% from 255 or 80.17% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 194 - color contains mainly: red. Hex color #C2022E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2022E is #3DFDD1. Grayscale: #404040. Windows color (decimal): -4062674 or 3015362. OLE color: 3015362.
HSL color Cylindrical-coordinate representation of color #C2022E: hue angle of 346.25º 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 #C2022E is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 46 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.24 |
| HSL | 346.25º | 0.98% | 0.38% | - |
| HSV(B) | 346.25º | 0.99% | 0.76% | - |
| XYZ | 22.76 | 11.71 | 3.65 | - |
| YUV | 64.42 | 117.61 | 220.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 46 | 0 | 0.99 | 0.76 | 0.24 | 346.25 | 0.98 | 0.38 |
| Hex | C2 | 2 | 2E | 0 | 63 | 4C | 18 | 15A | 62 | 26 |
| Octal | 302 | 2 | 56 | 0 | 143 | 114 | 30 | 532 | 142 | 46 |
| Binary | 11000010 | 10 | 101110 | 0 | 1100011 | 1001100 | 11000 | 101011010 | 1100010 | 100110 |
Color Harmonies of #C2022E
Complementary color
Monochromatic Colors of #C2022E
Black with #C2022E
Text Example
Text Example
White with #C2022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2022E; }
p { color: rgb(194,2,46); }
H1.HeaderClassName
{
color: #C2022E;
}
.AnyTagClassName
{
color: #C2022E;
}
</style>
background-color css
<style>
a { background-color: #C2022E; }
a { background-color: rgb(194,2,46); }
div.DivClassName
{
background-color: #C2022E;
}
.BgClassName
{
background-color: #C2022E;
}
</style>
border-color css
<style>
span { border-color: #C2022E; }
span { border-color: rgb(194,2,46); }
td.TdClassName
{
border-color: #C2022E;
}
.TagClassName
{
border-color: #C2022E;
}
</style>