Shades of Venetian Red #C2011C
Tints of Venetian Red #C2011C
RGB
CMYK
RGB Variations
Color information
#C2011C (or 0xC2011C) is known color: Venetian Red. HEX triplet: C2, 01 and 1C. RGB value is (194,1,28). Sum of RGB (Red+Green+Blue) = 194+1+28=223 (29% of max value = 765). Red value is 194 (76.17% from 255 or 87.00% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 194 - color contains mainly: red. Hex color #C2011C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2011C is #3DFEE3. Grayscale: #3D3D3D. Windows color (decimal): -4062948 or 1835458. OLE color: 1835458.
HSL color Cylindrical-coordinate representation of color #C2011C: hue angle of 351.61º degrees, saturation: 0.99, 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 #C2011C is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 28 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.24 |
| HSL | 351.61º | 0.99% | 0.38% | - |
| HSV(B) | 351.61º | 0.99% | 0.76% | - |
| XYZ | 22.47 | 11.57 | 2.15 | - |
| YUV | 61.79 | 108.94 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 28 | 0 | 0.99 | 0.86 | 0.24 | 351.61 | 0.99 | 0.38 |
| Hex | C2 | 1 | 1C | 0 | 63 | 56 | 18 | 160 | 63 | 26 |
| Octal | 302 | 1 | 34 | 0 | 143 | 126 | 30 | 540 | 143 | 46 |
| Binary | 11000010 | 1 | 11100 | 0 | 1100011 | 1010110 | 11000 | 101100000 | 1100011 | 100110 |
Color Harmonies of #C2011C
Complementary color
Monochromatic Colors of #C2011C
Black with #C2011C
Text Example
Text Example
White with #C2011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2011C; }
p { color: rgb(194,1,28); }
H1.HeaderClassName
{
color: #C2011C;
}
.AnyTagClassName
{
color: #C2011C;
}
</style>
background-color css
<style>
a { background-color: #C2011C; }
a { background-color: rgb(194,1,28); }
div.DivClassName
{
background-color: #C2011C;
}
.BgClassName
{
background-color: #C2011C;
}
</style>
border-color css
<style>
span { border-color: #C2011C; }
span { border-color: rgb(194,1,28); }
td.TdClassName
{
border-color: #C2011C;
}
.TagClassName
{
border-color: #C2011C;
}
</style>