Shades of Venetian Red #C6011E
Tints of Venetian Red #C6011E
RGB
CMYK
RGB Variations
Color information
#C6011E (or 0xC6011E) is known color: Venetian Red. HEX triplet: C6, 01 and 1E. RGB value is (198,1,30). Sum of RGB (Red+Green+Blue) = 198+1+30=229 (30% of max value = 765). Red value is 198 (77.73% from 255 or 86.46% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 198 - color contains mainly: red. Hex color #C6011E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6011E is #39FEE1. Grayscale: #3F3F3F. Windows color (decimal): -3800802 or 1966534. OLE color: 1966534.
HSL color Cylindrical-coordinate representation of color #C6011E: hue angle of 351.17º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C6011E is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 1 | 30 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.22 |
| HSL | 351.17º | 0.99% | 0.39% | - |
| HSV(B) | 351.17º | 0.99% | 0.78% | - |
| XYZ | 23.53 | 12.12 | 2.33 | - |
| YUV | 63.21 | 109.27 | 224.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 30 | 0 | 0.99 | 0.85 | 0.22 | 351.17 | 0.99 | 0.39 |
| Hex | C6 | 1 | 1E | 0 | 63 | 55 | 16 | 15F | 63 | 27 |
| Octal | 306 | 1 | 36 | 0 | 143 | 125 | 26 | 537 | 143 | 47 |
| Binary | 11000110 | 1 | 11110 | 0 | 1100011 | 1010101 | 10110 | 101011111 | 1100011 | 100111 |
Color Harmonies of #C6011E
Complementary color
Monochromatic Colors of #C6011E
Black with #C6011E
Text Example
Text Example
White with #C6011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6011E; }
p { color: rgb(198,1,30); }
H1.HeaderClassName
{
color: #C6011E;
}
.AnyTagClassName
{
color: #C6011E;
}
</style>
background-color css
<style>
a { background-color: #C6011E; }
a { background-color: rgb(198,1,30); }
div.DivClassName
{
background-color: #C6011E;
}
.BgClassName
{
background-color: #C6011E;
}
</style>
border-color css
<style>
span { border-color: #C6011E; }
span { border-color: rgb(198,1,30); }
td.TdClassName
{
border-color: #C6011E;
}
.TagClassName
{
border-color: #C6011E;
}
</style>