Shades of Venetian Red #C2021A
Tints of Venetian Red #C2021A
RGB
CMYK
RGB Variations
Color information
#C2021A (or 0xC2021A) is known color: Venetian Red. HEX triplet: C2, 02 and 1A. RGB value is (194,2,26). Sum of RGB (Red+Green+Blue) = 194+2+26=222 (29% of max value = 765). Red value is 194 (76.17% from 255 or 87.39% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 194 - color contains mainly: red. Hex color #C2021A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2021A is #3DFDE5. Grayscale: #3E3E3E. Windows color (decimal): -4062694 or 1704642. OLE color: 1704642.
HSL color Cylindrical-coordinate representation of color #C2021A: hue angle of 352.5º 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 #C2021A is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 26 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.24 |
| HSL | 352.5º | 0.98% | 0.38% | - |
| HSV(B) | 352.5º | 0.99% | 0.76% | - |
| XYZ | 22.46 | 11.59 | 2.03 | - |
| YUV | 62.14 | 107.61 | 222.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 26 | 0 | 0.99 | 0.87 | 0.24 | 352.5 | 0.98 | 0.38 |
| Hex | C2 | 2 | 1A | 0 | 63 | 57 | 18 | 160 | 62 | 26 |
| Octal | 302 | 2 | 32 | 0 | 143 | 127 | 30 | 540 | 142 | 46 |
| Binary | 11000010 | 10 | 11010 | 0 | 1100011 | 1010111 | 11000 | 101100000 | 1100010 | 100110 |
Color Harmonies of #C2021A
Complementary color
Monochromatic Colors of #C2021A
Black with #C2021A
Text Example
Text Example
White with #C2021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2021A; }
p { color: rgb(194,2,26); }
H1.HeaderClassName
{
color: #C2021A;
}
.AnyTagClassName
{
color: #C2021A;
}
</style>
background-color css
<style>
a { background-color: #C2021A; }
a { background-color: rgb(194,2,26); }
div.DivClassName
{
background-color: #C2021A;
}
.BgClassName
{
background-color: #C2021A;
}
</style>
border-color css
<style>
span { border-color: #C2021A; }
span { border-color: rgb(194,2,26); }
td.TdClassName
{
border-color: #C2021A;
}
.TagClassName
{
border-color: #C2021A;
}
</style>