Shades of Venetian Red #C6081C
Tints of Venetian Red #C6081C
RGB
CMYK
RGB Variations
Color information
#C6081C (or 0xC6081C) is known color: Venetian Red. HEX triplet: C6, 08 and 1C. RGB value is (198,8,28). Sum of RGB (Red+Green+Blue) = 198+8+28=234 (30% of max value = 765). Red value is 198 (77.73% from 255 or 84.62% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 198 - color contains mainly: red. Hex color #C6081C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6081C is #39F7E3. Grayscale: #434343. Windows color (decimal): -3799012 or 1837254. OLE color: 1837254.
HSL color Cylindrical-coordinate representation of color #C6081C: hue angle of 353.68º 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 #C6081C is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 8 | 28 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.22 |
| HSL | 353.68º | 0.92% | 0.4% | - |
| HSV(B) | 353.68º | 0.96% | 0.78% | - |
| XYZ | 23.59 | 12.26 | 2.22 | - |
| YUV | 67.09 | 105.95 | 221.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 28 | 0 | 0.96 | 0.86 | 0.22 | 353.68 | 0.92 | 0.4 |
| Hex | C6 | 8 | 1C | 0 | 60 | 56 | 16 | 162 | 5C | 28 |
| Octal | 306 | 10 | 34 | 0 | 140 | 126 | 26 | 542 | 134 | 50 |
| Binary | 11000110 | 1000 | 11100 | 0 | 1100000 | 1010110 | 10110 | 101100010 | 1011100 | 101000 |
Color Harmonies of #C6081C
Complementary color
Monochromatic Colors of #C6081C
Black with #C6081C
Text Example
Text Example
White with #C6081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6081C; }
p { color: rgb(198,8,28); }
H1.HeaderClassName
{
color: #C6081C;
}
.AnyTagClassName
{
color: #C6081C;
}
</style>
background-color css
<style>
a { background-color: #C6081C; }
a { background-color: rgb(198,8,28); }
div.DivClassName
{
background-color: #C6081C;
}
.BgClassName
{
background-color: #C6081C;
}
</style>
border-color css
<style>
span { border-color: #C6081C; }
span { border-color: rgb(198,8,28); }
td.TdClassName
{
border-color: #C6081C;
}
.TagClassName
{
border-color: #C6081C;
}
</style>