Shades of Venetian Red #C2011D
Tints of Venetian Red #C2011D
RGB
CMYK
RGB Variations
Color information
#C2011D (or 0xC2011D) is known color: Venetian Red. HEX triplet: C2, 01 and 1D. RGB value is (194,1,29). Sum of RGB (Red+Green+Blue) = 194+1+29=224 (29% of max value = 765). Red value is 194 (76.17% from 255 or 86.61% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 194 - color contains mainly: red. Hex color #C2011D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2011D is #3DFEE2. Grayscale: #3D3D3D. Windows color (decimal): -4062947 or 1900994. OLE color: 1900994.
HSL color Cylindrical-coordinate representation of color #C2011D: hue angle of 351.3º 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 #C2011D is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 29 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.24 |
| HSL | 351.3º | 0.99% | 0.38% | - |
| HSV(B) | 351.3º | 0.99% | 0.76% | - |
| XYZ | 22.48 | 11.58 | 2.21 | - |
| YUV | 61.9 | 109.44 | 222.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 29 | 0 | 0.99 | 0.85 | 0.24 | 351.3 | 0.99 | 0.38 |
| Hex | C2 | 1 | 1D | 0 | 63 | 55 | 18 | 15F | 63 | 26 |
| Octal | 302 | 1 | 35 | 0 | 143 | 125 | 30 | 537 | 143 | 46 |
| Binary | 11000010 | 1 | 11101 | 0 | 1100011 | 1010101 | 11000 | 101011111 | 1100011 | 100110 |
Color Harmonies of #C2011D
Complementary color
Monochromatic Colors of #C2011D
Black with #C2011D
Text Example
Text Example
White with #C2011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2011D; }
p { color: rgb(194,1,29); }
H1.HeaderClassName
{
color: #C2011D;
}
.AnyTagClassName
{
color: #C2011D;
}
</style>
background-color css
<style>
a { background-color: #C2011D; }
a { background-color: rgb(194,1,29); }
div.DivClassName
{
background-color: #C2011D;
}
.BgClassName
{
background-color: #C2011D;
}
</style>
border-color css
<style>
span { border-color: #C2011D; }
span { border-color: rgb(194,1,29); }
td.TdClassName
{
border-color: #C2011D;
}
.TagClassName
{
border-color: #C2011D;
}
</style>