Shades of Venetian Red #C6061F
Tints of Venetian Red #C6061F
RGB
CMYK
RGB Variations
Color information
#C6061F (or 0xC6061F) is known color: Venetian Red. HEX triplet: C6, 06 and 1F. RGB value is (198,6,31). Sum of RGB (Red+Green+Blue) = 198+6+31=235 (31% of max value = 765). Red value is 198 (77.73% from 255 or 84.26% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 31 (12.5% from 255 or 13.19% from 235); Max value from RGB is 198 - color contains mainly: red. Hex color #C6061F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6061F is #39F9E0. Grayscale: #424242. Windows color (decimal): -3799521 or 2033350. OLE color: 2033350.
HSL color Cylindrical-coordinate representation of color #C6061F: hue angle of 352.19º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C6061F is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 6 | 31 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.22 |
| HSL | 352.19º | 0.94% | 0.4% | - |
| HSV(B) | 352.19º | 0.97% | 0.78% | - |
| XYZ | 23.6 | 12.23 | 2.41 | - |
| YUV | 66.26 | 108.11 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 31 | 0 | 0.97 | 0.84 | 0.22 | 352.19 | 0.94 | 0.4 |
| Hex | C6 | 6 | 1F | 0 | 61 | 54 | 16 | 160 | 5E | 28 |
| Octal | 306 | 6 | 37 | 0 | 141 | 124 | 26 | 540 | 136 | 50 |
| Binary | 11000110 | 110 | 11111 | 0 | 1100001 | 1010100 | 10110 | 101100000 | 1011110 | 101000 |
Color Harmonies of #C6061F
Complementary color
Monochromatic Colors of #C6061F
Black with #C6061F
Text Example
Text Example
White with #C6061F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6061F; }
p { color: rgb(198,6,31); }
H1.HeaderClassName
{
color: #C6061F;
}
.AnyTagClassName
{
color: #C6061F;
}
</style>
background-color css
<style>
a { background-color: #C6061F; }
a { background-color: rgb(198,6,31); }
div.DivClassName
{
background-color: #C6061F;
}
.BgClassName
{
background-color: #C6061F;
}
</style>
border-color css
<style>
span { border-color: #C6061F; }
span { border-color: rgb(198,6,31); }
td.TdClassName
{
border-color: #C6061F;
}
.TagClassName
{
border-color: #C6061F;
}
</style>