Shades of Venetian Red #C2021D
Tints of Venetian Red #C2021D
RGB
CMYK
RGB Variations
Color information
#C2021D (or 0xC2021D) is known color: Venetian Red. HEX triplet: C2, 02 and 1D. RGB value is (194,2,29). Sum of RGB (Red+Green+Blue) = 194+2+29=225 (29% of max value = 765). Red value is 194 (76.17% from 255 or 86.22% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 194 - color contains mainly: red. Hex color #C2021D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2021D is #3DFDE2. Grayscale: #3E3E3E. Windows color (decimal): -4062691 or 1901250. OLE color: 1901250.
HSL color Cylindrical-coordinate representation of color #C2021D: hue angle of 351.56º 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 #C2021D is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 29 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.24 |
| HSL | 351.56º | 0.98% | 0.38% | - |
| HSV(B) | 351.56º | 0.99% | 0.76% | - |
| XYZ | 22.49 | 11.6 | 2.22 | - |
| YUV | 62.49 | 109.11 | 221.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 29 | 0 | 0.99 | 0.85 | 0.24 | 351.56 | 0.98 | 0.38 |
| Hex | C2 | 2 | 1D | 0 | 63 | 55 | 18 | 160 | 62 | 26 |
| Octal | 302 | 2 | 35 | 0 | 143 | 125 | 30 | 540 | 142 | 46 |
| Binary | 11000010 | 10 | 11101 | 0 | 1100011 | 1010101 | 11000 | 101100000 | 1100010 | 100110 |
Color Harmonies of #C2021D
Complementary color
Monochromatic Colors of #C2021D
Black with #C2021D
Text Example
Text Example
White with #C2021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2021D; }
p { color: rgb(194,2,29); }
H1.HeaderClassName
{
color: #C2021D;
}
.AnyTagClassName
{
color: #C2021D;
}
</style>
background-color css
<style>
a { background-color: #C2021D; }
a { background-color: rgb(194,2,29); }
div.DivClassName
{
background-color: #C2021D;
}
.BgClassName
{
background-color: #C2021D;
}
</style>
border-color css
<style>
span { border-color: #C2021D; }
span { border-color: rgb(194,2,29); }
td.TdClassName
{
border-color: #C2021D;
}
.TagClassName
{
border-color: #C2021D;
}
</style>