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