Shades of Venetian Red #C6001F
Tints of Venetian Red #C6001F
RGB
CMYK
RGB Variations
Color information
#C6001F (or 0xC6001F) is known color: Venetian Red. HEX triplet: C6, 00 and 1F. RGB value is (198,0,31). Sum of RGB (Red+Green+Blue) = 198+0+31=229 (30% of max value = 765). Red value is 198 (77.73% from 255 or 86.46% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 31 (12.5% from 255 or 13.54% from 229); Max value from RGB is 198 - color contains mainly: red. Hex color #C6001F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6001F is #39FFE0. Grayscale: #3E3E3E. Windows color (decimal): -3801057 or 2031814. OLE color: 2031814.
HSL color Cylindrical-coordinate representation of color #C6001F: hue angle of 350.61º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C6001F is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.84 | 0.22 |
| HSL | 350.61º | 1% | 0.39% | - |
| HSV(B) | 350.61º | 1% | 0.78% | - |
| XYZ | 23.54 | 12.1 | 2.39 | - |
| YUV | 62.74 | 110.1 | 224.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 31 | 0 | 1 | 0.84 | 0.22 | 350.61 | 1 | 0.39 |
| Hex | C6 | 0 | 1F | 0 | 64 | 54 | 16 | 15F | 64 | 27 |
| Octal | 306 | 0 | 37 | 0 | 144 | 124 | 26 | 537 | 144 | 47 |
| Binary | 11000110 | 0 | 11111 | 0 | 1100100 | 1010100 | 10110 | 101011111 | 1100100 | 100111 |
Color Harmonies of #C6001F
Complementary color
Monochromatic Colors of #C6001F
Black with #C6001F
Text Example
Text Example
White with #C6001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6001F; }
p { color: rgb(198,0,31); }
H1.HeaderClassName
{
color: #C6001F;
}
.AnyTagClassName
{
color: #C6001F;
}
</style>
background-color css
<style>
a { background-color: #C6001F; }
a { background-color: rgb(198,0,31); }
div.DivClassName
{
background-color: #C6001F;
}
.BgClassName
{
background-color: #C6001F;
}
</style>
border-color css
<style>
span { border-color: #C6001F; }
span { border-color: rgb(198,0,31); }
td.TdClassName
{
border-color: #C6001F;
}
.TagClassName
{
border-color: #C6001F;
}
</style>