Shades of Venetian Red #C0101A
Tints of Venetian Red #C0101A
RGB
CMYK
RGB Variations
Color information
#C0101A (or 0xC0101A) is known color: Venetian Red. HEX triplet: C0, 10 and 1A. RGB value is (192,16,26). Sum of RGB (Red+Green+Blue) = 192+16+26=234 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.05% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 192 - color contains mainly: red. Hex color #C0101A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0101A is #3FEFE5. Grayscale: #454545. Windows color (decimal): -4190182 or 1708224. OLE color: 1708224.
HSL color Cylindrical-coordinate representation of color #C0101A: hue angle of 356.59º 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 #C0101A is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 26 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.25 |
| HSL | 356.59º | 0.85% | 0.41% | - |
| HSV(B) | 356.59º | 0.92% | 0.75% | - |
| XYZ | 22.11 | 11.65 | 2.06 | - |
| YUV | 69.76 | 103.31 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 26 | 0 | 0.92 | 0.86 | 0.25 | 356.59 | 0.85 | 0.41 |
| Hex | C0 | 10 | 1A | 0 | 5C | 56 | 19 | 165 | 55 | 29 |
| Octal | 300 | 20 | 32 | 0 | 134 | 126 | 31 | 545 | 125 | 51 |
| Binary | 11000000 | 10000 | 11010 | 0 | 1011100 | 1010110 | 11001 | 101100101 | 1010101 | 101001 |
Color Harmonies of #C0101A
Complementary color
Monochromatic Colors of #C0101A
Black with #C0101A
Text Example
Text Example
White with #C0101A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0101A; }
p { color: rgb(192,16,26); }
H1.HeaderClassName
{
color: #C0101A;
}
.AnyTagClassName
{
color: #C0101A;
}
</style>
background-color css
<style>
a { background-color: #C0101A; }
a { background-color: rgb(192,16,26); }
div.DivClassName
{
background-color: #C0101A;
}
.BgClassName
{
background-color: #C0101A;
}
</style>
border-color css
<style>
span { border-color: #C0101A; }
span { border-color: rgb(192,16,26); }
td.TdClassName
{
border-color: #C0101A;
}
.TagClassName
{
border-color: #C0101A;
}
</style>