Shades of Venetian Red #C6001C
Tints of Venetian Red #C6001C
RGB
CMYK
RGB Variations
Color information
#C6001C (or 0xC6001C) is known color: Venetian Red. HEX triplet: C6, 00 and 1C. RGB value is (198,0,28). Sum of RGB (Red+Green+Blue) = 198+0+28=226 (29% of max value = 765). Red value is 198 (77.73% from 255 or 87.61% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 198 - color contains mainly: red. Hex color #C6001C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6001C is #39FFE3. Grayscale: #3E3E3E. Windows color (decimal): -3801060 or 1835206. OLE color: 1835206.
HSL color Cylindrical-coordinate representation of color #C6001C: hue angle of 351.52º 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 #C6001C is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.86 | 0.22 |
| HSL | 351.52º | 1% | 0.39% | - |
| HSV(B) | 351.52º | 1% | 0.78% | - |
| XYZ | 23.5 | 12.09 | 2.19 | - |
| YUV | 62.39 | 108.6 | 224.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 28 | 0 | 1 | 0.86 | 0.22 | 351.52 | 1 | 0.39 |
| Hex | C6 | 0 | 1C | 0 | 64 | 56 | 16 | 160 | 64 | 27 |
| Octal | 306 | 0 | 34 | 0 | 144 | 126 | 26 | 540 | 144 | 47 |
| Binary | 11000110 | 0 | 11100 | 0 | 1100100 | 1010110 | 10110 | 101100000 | 1100100 | 100111 |
Color Harmonies of #C6001C
Complementary color
Monochromatic Colors of #C6001C
Black with #C6001C
Text Example
Text Example
White with #C6001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6001C; }
p { color: rgb(198,0,28); }
H1.HeaderClassName
{
color: #C6001C;
}
.AnyTagClassName
{
color: #C6001C;
}
</style>
background-color css
<style>
a { background-color: #C6001C; }
a { background-color: rgb(198,0,28); }
div.DivClassName
{
background-color: #C6001C;
}
.BgClassName
{
background-color: #C6001C;
}
</style>
border-color css
<style>
span { border-color: #C6001C; }
span { border-color: rgb(198,0,28); }
td.TdClassName
{
border-color: #C6001C;
}
.TagClassName
{
border-color: #C6001C;
}
</style>