Shades of Venetian Red #C2101D
Tints of Venetian Red #C2101D
RGB
CMYK
RGB Variations
Color information
#C2101D (or 0xC2101D) is known color: Venetian Red. HEX triplet: C2, 10 and 1D. RGB value is (194,16,29). Sum of RGB (Red+Green+Blue) = 194+16+29=239 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.17% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 194 - color contains mainly: red. Hex color #C2101D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2101D is #3DEFE2. Grayscale: #464646. Windows color (decimal): -4059107 or 1904834. OLE color: 1904834.
HSL color Cylindrical-coordinate representation of color #C2101D: hue angle of 355.62º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2101D is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 29 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.24 |
| HSL | 355.62º | 0.85% | 0.41% | - |
| HSV(B) | 355.62º | 0.92% | 0.76% | - |
| XYZ | 22.66 | 11.93 | 2.27 | - |
| YUV | 70.7 | 104.47 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 29 | 0 | 0.92 | 0.85 | 0.24 | 355.62 | 0.85 | 0.41 |
| Hex | C2 | 10 | 1D | 0 | 5C | 55 | 18 | 164 | 55 | 29 |
| Octal | 302 | 20 | 35 | 0 | 134 | 125 | 30 | 544 | 125 | 51 |
| Binary | 11000010 | 10000 | 11101 | 0 | 1011100 | 1010101 | 11000 | 101100100 | 1010101 | 101001 |
Color Harmonies of #C2101D
Complementary color
Monochromatic Colors of #C2101D
Black with #C2101D
Text Example
Text Example
White with #C2101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2101D; }
p { color: rgb(194,16,29); }
H1.HeaderClassName
{
color: #C2101D;
}
.AnyTagClassName
{
color: #C2101D;
}
</style>
background-color css
<style>
a { background-color: #C2101D; }
a { background-color: rgb(194,16,29); }
div.DivClassName
{
background-color: #C2101D;
}
.BgClassName
{
background-color: #C2101D;
}
</style>
border-color css
<style>
span { border-color: #C2101D; }
span { border-color: rgb(194,16,29); }
td.TdClassName
{
border-color: #C2101D;
}
.TagClassName
{
border-color: #C2101D;
}
</style>