Shades of Venetian Red #C6081D
Tints of Venetian Red #C6081D
RGB
CMYK
RGB Variations
Color information
#C6081D (or 0xC6081D) is known color: Venetian Red. HEX triplet: C6, 08 and 1D. RGB value is (198,8,29). Sum of RGB (Red+Green+Blue) = 198+8+29=235 (31% of max value = 765). Red value is 198 (77.73% from 255 or 84.26% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 29 (11.72% from 255 or 12.34% from 235); Max value from RGB is 198 - color contains mainly: red. Hex color #C6081D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6081D is #39F7E2. Grayscale: #434343. Windows color (decimal): -3799011 or 1902790. OLE color: 1902790.
HSL color Cylindrical-coordinate representation of color #C6081D: hue angle of 353.37º 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 #C6081D is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 8 | 29 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.22 |
| HSL | 353.37º | 0.92% | 0.4% | - |
| HSV(B) | 353.37º | 0.96% | 0.78% | - |
| XYZ | 23.6 | 12.27 | 2.29 | - |
| YUV | 67.2 | 106.45 | 221.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 29 | 0 | 0.96 | 0.85 | 0.22 | 353.37 | 0.92 | 0.4 |
| Hex | C6 | 8 | 1D | 0 | 60 | 55 | 16 | 161 | 5C | 28 |
| Octal | 306 | 10 | 35 | 0 | 140 | 125 | 26 | 541 | 134 | 50 |
| Binary | 11000110 | 1000 | 11101 | 0 | 1100000 | 1010101 | 10110 | 101100001 | 1011100 | 101000 |
Color Harmonies of #C6081D
Complementary color
Monochromatic Colors of #C6081D
Black with #C6081D
Text Example
Text Example
White with #C6081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6081D; }
p { color: rgb(198,8,29); }
H1.HeaderClassName
{
color: #C6081D;
}
.AnyTagClassName
{
color: #C6081D;
}
</style>
background-color css
<style>
a { background-color: #C6081D; }
a { background-color: rgb(198,8,29); }
div.DivClassName
{
background-color: #C6081D;
}
.BgClassName
{
background-color: #C6081D;
}
</style>
border-color css
<style>
span { border-color: #C6081D; }
span { border-color: rgb(198,8,29); }
td.TdClassName
{
border-color: #C6081D;
}
.TagClassName
{
border-color: #C6081D;
}
</style>