Shades of Venetian Red #C7001C
Tints of Venetian Red #C7001C
RGB
CMYK
RGB Variations
Color information
#C7001C (or 0xC7001C) is known color: Venetian Red. HEX triplet: C7, 00 and 1C. RGB value is (199,0,28). Sum of RGB (Red+Green+Blue) = 199+0+28=227 (30% of max value = 765). Red value is 199 (78.12% from 255 or 87.67% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 199 - color contains mainly: red. Hex color #C7001C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7001C is #38FFE3. Grayscale: #3E3E3E. Windows color (decimal): -3735524 or 1835207. OLE color: 1835207.
HSL color Cylindrical-coordinate representation of color #C7001C: hue angle of 351.56º 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 #C7001C is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.86 | 0.22 |
| HSL | 351.56º | 1% | 0.39% | - |
| HSV(B) | 351.56º | 1% | 0.78% | - |
| XYZ | 23.76 | 12.23 | 2.21 | - |
| YUV | 62.69 | 108.43 | 225.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 28 | 0 | 1 | 0.86 | 0.22 | 351.56 | 1 | 0.39 |
| Hex | C7 | 0 | 1C | 0 | 64 | 56 | 16 | 160 | 64 | 27 |
| Octal | 307 | 0 | 34 | 0 | 144 | 126 | 26 | 540 | 144 | 47 |
| Binary | 11000111 | 0 | 11100 | 0 | 1100100 | 1010110 | 10110 | 101100000 | 1100100 | 100111 |
Color Harmonies of #C7001C
Complementary color
Monochromatic Colors of #C7001C
Black with #C7001C
Text Example
Text Example
White with #C7001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7001C; }
p { color: rgb(199,0,28); }
H1.HeaderClassName
{
color: #C7001C;
}
.AnyTagClassName
{
color: #C7001C;
}
</style>
background-color css
<style>
a { background-color: #C7001C; }
a { background-color: rgb(199,0,28); }
div.DivClassName
{
background-color: #C7001C;
}
.BgClassName
{
background-color: #C7001C;
}
</style>
border-color css
<style>
span { border-color: #C7001C; }
span { border-color: rgb(199,0,28); }
td.TdClassName
{
border-color: #C7001C;
}
.TagClassName
{
border-color: #C7001C;
}
</style>