Shades of Venetian Red #C7001B
Tints of Venetian Red #C7001B
RGB
CMYK
RGB Variations
Color information
#C7001B (or 0xC7001B) is known color: Venetian Red. HEX triplet: C7, 00 and 1B. RGB value is (199,0,27). Sum of RGB (Red+Green+Blue) = 199+0+27=226 (29% of max value = 765). Red value is 199 (78.12% from 255 or 88.05% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 27 (10.94% from 255 or 11.95% from 226); Max value from RGB is 199 - color contains mainly: red. Hex color #C7001B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7001B is #38FFE4. Grayscale: #3E3E3E. Windows color (decimal): -3735525 or 1769671. OLE color: 1769671.
HSL color Cylindrical-coordinate representation of color #C7001B: hue angle of 351.86º 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 #C7001B is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.86 | 0.22 |
| HSL | 351.86º | 1% | 0.39% | - |
| HSV(B) | 351.86º | 1% | 0.78% | - |
| XYZ | 23.75 | 12.22 | 2.14 | - |
| YUV | 62.58 | 107.93 | 225.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 27 | 0 | 1 | 0.86 | 0.22 | 351.86 | 1 | 0.39 |
| Hex | C7 | 0 | 1B | 0 | 64 | 56 | 16 | 160 | 64 | 27 |
| Octal | 307 | 0 | 33 | 0 | 144 | 126 | 26 | 540 | 144 | 47 |
| Binary | 11000111 | 0 | 11011 | 0 | 1100100 | 1010110 | 10110 | 101100000 | 1100100 | 100111 |
Color Harmonies of #C7001B
Complementary color
Monochromatic Colors of #C7001B
Black with #C7001B
Text Example
Text Example
White with #C7001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7001B; }
p { color: rgb(199,0,27); }
H1.HeaderClassName
{
color: #C7001B;
}
.AnyTagClassName
{
color: #C7001B;
}
</style>
background-color css
<style>
a { background-color: #C7001B; }
a { background-color: rgb(199,0,27); }
div.DivClassName
{
background-color: #C7001B;
}
.BgClassName
{
background-color: #C7001B;
}
</style>
border-color css
<style>
span { border-color: #C7001B; }
span { border-color: rgb(199,0,27); }
td.TdClassName
{
border-color: #C7001B;
}
.TagClassName
{
border-color: #C7001B;
}
</style>