Shades of Venetian Red #C0101F
Tints of Venetian Red #C0101F
RGB
CMYK
RGB Variations
Color information
#C0101F (or 0xC0101F) is known color: Venetian Red. HEX triplet: C0, 10 and 1F. RGB value is (192,16,31). Sum of RGB (Red+Green+Blue) = 192+16+31=239 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80.33% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 192 - color contains mainly: red. Hex color #C0101F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0101F is #3FEFE0. Grayscale: #464646. Windows color (decimal): -4190177 or 2035904. OLE color: 2035904.
HSL color Cylindrical-coordinate representation of color #C0101F: hue angle of 354.89º 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 #C0101F is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 31 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.25 |
| HSL | 354.89º | 0.85% | 0.41% | - |
| HSV(B) | 354.89º | 0.92% | 0.75% | - |
| XYZ | 22.17 | 11.68 | 2.38 | - |
| YUV | 70.33 | 105.81 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 31 | 0 | 0.92 | 0.84 | 0.25 | 354.89 | 0.85 | 0.41 |
| Hex | C0 | 10 | 1F | 0 | 5C | 54 | 19 | 163 | 55 | 29 |
| Octal | 300 | 20 | 37 | 0 | 134 | 124 | 31 | 543 | 125 | 51 |
| Binary | 11000000 | 10000 | 11111 | 0 | 1011100 | 1010100 | 11001 | 101100011 | 1010101 | 101001 |
Color Harmonies of #C0101F
Complementary color
Monochromatic Colors of #C0101F
Black with #C0101F
Text Example
Text Example
White with #C0101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0101F; }
p { color: rgb(192,16,31); }
H1.HeaderClassName
{
color: #C0101F;
}
.AnyTagClassName
{
color: #C0101F;
}
</style>
background-color css
<style>
a { background-color: #C0101F; }
a { background-color: rgb(192,16,31); }
div.DivClassName
{
background-color: #C0101F;
}
.BgClassName
{
background-color: #C0101F;
}
</style>
border-color css
<style>
span { border-color: #C0101F; }
span { border-color: rgb(192,16,31); }
td.TdClassName
{
border-color: #C0101F;
}
.TagClassName
{
border-color: #C0101F;
}
</style>