Shades of Venetian Red #C2021C
Tints of Venetian Red #C2021C
RGB
CMYK
RGB Variations
Color information
#C2021C (or 0xC2021C) is known color: Venetian Red. HEX triplet: C2, 02 and 1C. RGB value is (194,2,28). Sum of RGB (Red+Green+Blue) = 194+2+28=224 (29% of max value = 765). Red value is 194 (76.17% from 255 or 86.61% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 194 - color contains mainly: red. Hex color #C2021C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2021C is #3DFDE3. Grayscale: #3E3E3E. Windows color (decimal): -4062692 or 1835714. OLE color: 1835714.
HSL color Cylindrical-coordinate representation of color #C2021C: hue angle of 351.88º 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 #C2021C is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 28 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.24 |
| HSL | 351.88º | 0.98% | 0.38% | - |
| HSV(B) | 351.88º | 0.99% | 0.76% | - |
| XYZ | 22.48 | 11.6 | 2.15 | - |
| YUV | 62.37 | 108.61 | 221.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 28 | 0 | 0.99 | 0.86 | 0.24 | 351.88 | 0.98 | 0.38 |
| Hex | C2 | 2 | 1C | 0 | 63 | 56 | 18 | 160 | 62 | 26 |
| Octal | 302 | 2 | 34 | 0 | 143 | 126 | 30 | 540 | 142 | 46 |
| Binary | 11000010 | 10 | 11100 | 0 | 1100011 | 1010110 | 11000 | 101100000 | 1100010 | 100110 |
Color Harmonies of #C2021C
Complementary color
Monochromatic Colors of #C2021C
Black with #C2021C
Text Example
Text Example
White with #C2021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2021C; }
p { color: rgb(194,2,28); }
H1.HeaderClassName
{
color: #C2021C;
}
.AnyTagClassName
{
color: #C2021C;
}
</style>
background-color css
<style>
a { background-color: #C2021C; }
a { background-color: rgb(194,2,28); }
div.DivClassName
{
background-color: #C2021C;
}
.BgClassName
{
background-color: #C2021C;
}
</style>
border-color css
<style>
span { border-color: #C2021C; }
span { border-color: rgb(194,2,28); }
td.TdClassName
{
border-color: #C2021C;
}
.TagClassName
{
border-color: #C2021C;
}
</style>