Shades of Venetian Red #C2021E
Tints of Venetian Red #C2021E
RGB
CMYK
RGB Variations
Color information
#C2021E (or 0xC2021E) is known color: Venetian Red. HEX triplet: C2, 02 and 1E. RGB value is (194,2,30). Sum of RGB (Red+Green+Blue) = 194+2+30=226 (29% of max value = 765). Red value is 194 (76.17% from 255 or 85.84% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 30 (12.11% from 255 or 13.27% from 226); Max value from RGB is 194 - color contains mainly: red. Hex color #C2021E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2021E is #3DFDE1. Grayscale: #3E3E3E. Windows color (decimal): -4062690 or 1966786. OLE color: 1966786.
HSL color Cylindrical-coordinate representation of color #C2021E: hue angle of 351.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 #C2021E is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 30 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.24 |
| HSL | 351.25º | 0.98% | 0.38% | - |
| HSV(B) | 351.25º | 0.99% | 0.76% | - |
| XYZ | 22.5 | 11.61 | 2.28 | - |
| YUV | 62.6 | 109.61 | 221.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 30 | 0 | 0.99 | 0.85 | 0.24 | 351.25 | 0.98 | 0.38 |
| Hex | C2 | 2 | 1E | 0 | 63 | 55 | 18 | 15F | 62 | 26 |
| Octal | 302 | 2 | 36 | 0 | 143 | 125 | 30 | 537 | 142 | 46 |
| Binary | 11000010 | 10 | 11110 | 0 | 1100011 | 1010101 | 11000 | 101011111 | 1100010 | 100110 |
Color Harmonies of #C2021E
Complementary color
Monochromatic Colors of #C2021E
Black with #C2021E
Text Example
Text Example
White with #C2021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2021E; }
p { color: rgb(194,2,30); }
H1.HeaderClassName
{
color: #C2021E;
}
.AnyTagClassName
{
color: #C2021E;
}
</style>
background-color css
<style>
a { background-color: #C2021E; }
a { background-color: rgb(194,2,30); }
div.DivClassName
{
background-color: #C2021E;
}
.BgClassName
{
background-color: #C2021E;
}
</style>
border-color css
<style>
span { border-color: #C2021E; }
span { border-color: rgb(194,2,30); }
td.TdClassName
{
border-color: #C2021E;
}
.TagClassName
{
border-color: #C2021E;
}
</style>