Shades of Venetian Red #C2101C
Tints of Venetian Red #C2101C
RGB
CMYK
RGB Variations
Color information
#C2101C (or 0xC2101C) is known color: Venetian Red. HEX triplet: C2, 10 and 1C. RGB value is (194,16,28). Sum of RGB (Red+Green+Blue) = 194+16+28=238 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.51% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 194 - color contains mainly: red. Hex color #C2101C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2101C is #3DEFE3. Grayscale: #464646. Windows color (decimal): -4059108 or 1839298. OLE color: 1839298.
HSL color Cylindrical-coordinate representation of color #C2101C: hue angle of 355.96º 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 #C2101C is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 28 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.24 |
| HSL | 355.96º | 0.85% | 0.41% | - |
| HSV(B) | 355.96º | 0.92% | 0.76% | - |
| XYZ | 22.64 | 11.92 | 2.21 | - |
| YUV | 70.59 | 103.97 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 28 | 0 | 0.92 | 0.86 | 0.24 | 355.96 | 0.85 | 0.41 |
| Hex | C2 | 10 | 1C | 0 | 5C | 56 | 18 | 164 | 55 | 29 |
| Octal | 302 | 20 | 34 | 0 | 134 | 126 | 30 | 544 | 125 | 51 |
| Binary | 11000010 | 10000 | 11100 | 0 | 1011100 | 1010110 | 11000 | 101100100 | 1010101 | 101001 |
Color Harmonies of #C2101C
Complementary color
Monochromatic Colors of #C2101C
Black with #C2101C
Text Example
Text Example
White with #C2101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2101C; }
p { color: rgb(194,16,28); }
H1.HeaderClassName
{
color: #C2101C;
}
.AnyTagClassName
{
color: #C2101C;
}
</style>
background-color css
<style>
a { background-color: #C2101C; }
a { background-color: rgb(194,16,28); }
div.DivClassName
{
background-color: #C2101C;
}
.BgClassName
{
background-color: #C2101C;
}
</style>
border-color css
<style>
span { border-color: #C2101C; }
span { border-color: rgb(194,16,28); }
td.TdClassName
{
border-color: #C2101C;
}
.TagClassName
{
border-color: #C2101C;
}
</style>