Shades of Venetian Red #C6081E
Tints of Venetian Red #C6081E
RGB
CMYK
RGB Variations
Color information
#C6081E (or 0xC6081E) is known color: Venetian Red. HEX triplet: C6, 08 and 1E. RGB value is (198,8,30). Sum of RGB (Red+Green+Blue) = 198+8+30=236 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.90% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 30 (12.11% from 255 or 12.71% from 236); Max value from RGB is 198 - color contains mainly: red. Hex color #C6081E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6081E is #39F7E1. Grayscale: #434343. Windows color (decimal): -3799010 or 1968326. OLE color: 1968326.
HSL color Cylindrical-coordinate representation of color #C6081E: hue angle of 353.05º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C6081E is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 8 | 30 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.22 |
| HSL | 353.05º | 0.92% | 0.4% | - |
| HSV(B) | 353.05º | 0.96% | 0.78% | - |
| XYZ | 23.61 | 12.27 | 2.35 | - |
| YUV | 67.32 | 106.95 | 221.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 30 | 0 | 0.96 | 0.85 | 0.22 | 353.05 | 0.92 | 0.4 |
| Hex | C6 | 8 | 1E | 0 | 60 | 55 | 16 | 161 | 5C | 28 |
| Octal | 306 | 10 | 36 | 0 | 140 | 125 | 26 | 541 | 134 | 50 |
| Binary | 11000110 | 1000 | 11110 | 0 | 1100000 | 1010101 | 10110 | 101100001 | 1011100 | 101000 |
Color Harmonies of #C6081E
Complementary color
Monochromatic Colors of #C6081E
Black with #C6081E
Text Example
Text Example
White with #C6081E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6081E; }
p { color: rgb(198,8,30); }
H1.HeaderClassName
{
color: #C6081E;
}
.AnyTagClassName
{
color: #C6081E;
}
</style>
background-color css
<style>
a { background-color: #C6081E; }
a { background-color: rgb(198,8,30); }
div.DivClassName
{
background-color: #C6081E;
}
.BgClassName
{
background-color: #C6081E;
}
</style>
border-color css
<style>
span { border-color: #C6081E; }
span { border-color: rgb(198,8,30); }
td.TdClassName
{
border-color: #C6081E;
}
.TagClassName
{
border-color: #C6081E;
}
</style>