Shades of Venetian Red #C0101E
Tints of Venetian Red #C0101E
RGB
CMYK
RGB Variations
Color information
#C0101E (or 0xC0101E) is known color: Venetian Red. HEX triplet: C0, 10 and 1E. RGB value is (192,16,30). Sum of RGB (Red+Green+Blue) = 192+16+30=238 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80.67% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 192 - color contains mainly: red. Hex color #C0101E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0101E is #3FEFE1. Grayscale: #464646. Windows color (decimal): -4190178 or 1970368. OLE color: 1970368.
HSL color Cylindrical-coordinate representation of color #C0101E: hue angle of 355.23º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0101E is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 30 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.25 |
| HSL | 355.23º | 0.85% | 0.41% | - |
| HSV(B) | 355.23º | 0.92% | 0.75% | - |
| XYZ | 22.16 | 11.67 | 2.31 | - |
| YUV | 70.22 | 105.31 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 30 | 0 | 0.92 | 0.84 | 0.25 | 355.23 | 0.85 | 0.41 |
| Hex | C0 | 10 | 1E | 0 | 5C | 54 | 19 | 163 | 55 | 29 |
| Octal | 300 | 20 | 36 | 0 | 134 | 124 | 31 | 543 | 125 | 51 |
| Binary | 11000000 | 10000 | 11110 | 0 | 1011100 | 1010100 | 11001 | 101100011 | 1010101 | 101001 |
Color Harmonies of #C0101E
Complementary color
Monochromatic Colors of #C0101E
Black with #C0101E
Text Example
Text Example
White with #C0101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0101E; }
p { color: rgb(192,16,30); }
H1.HeaderClassName
{
color: #C0101E;
}
.AnyTagClassName
{
color: #C0101E;
}
</style>
background-color css
<style>
a { background-color: #C0101E; }
a { background-color: rgb(192,16,30); }
div.DivClassName
{
background-color: #C0101E;
}
.BgClassName
{
background-color: #C0101E;
}
</style>
border-color css
<style>
span { border-color: #C0101E; }
span { border-color: rgb(192,16,30); }
td.TdClassName
{
border-color: #C0101E;
}
.TagClassName
{
border-color: #C0101E;
}
</style>