Shades of Venetian Red #C7001F
Tints of Venetian Red #C7001F
RGB
CMYK
RGB Variations
Color information
#C7001F (or 0xC7001F) is known color: Venetian Red. HEX triplet: C7, 00 and 1F. RGB value is (199,0,31). Sum of RGB (Red+Green+Blue) = 199+0+31=230 (30% of max value = 765). Red value is 199 (78.12% from 255 or 86.52% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 31 (12.5% from 255 or 13.48% from 230); Max value from RGB is 199 - color contains mainly: red. Hex color #C7001F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7001F is #38FFE0. Grayscale: #3F3F3F. Windows color (decimal): -3735521 or 2031815. OLE color: 2031815.
HSL color Cylindrical-coordinate representation of color #C7001F: hue angle of 350.65º 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 #C7001F is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.84 | 0.22 |
| HSL | 350.65º | 1% | 0.39% | - |
| HSV(B) | 350.65º | 1% | 0.78% | - |
| XYZ | 23.8 | 12.24 | 2.4 | - |
| YUV | 63.04 | 109.93 | 224.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 31 | 0 | 1 | 0.84 | 0.22 | 350.65 | 1 | 0.39 |
| Hex | C7 | 0 | 1F | 0 | 64 | 54 | 16 | 15F | 64 | 27 |
| Octal | 307 | 0 | 37 | 0 | 144 | 124 | 26 | 537 | 144 | 47 |
| Binary | 11000111 | 0 | 11111 | 0 | 1100100 | 1010100 | 10110 | 101011111 | 1100100 | 100111 |
Color Harmonies of #C7001F
Complementary color
Monochromatic Colors of #C7001F
Black with #C7001F
Text Example
Text Example
White with #C7001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7001F; }
p { color: rgb(199,0,31); }
H1.HeaderClassName
{
color: #C7001F;
}
.AnyTagClassName
{
color: #C7001F;
}
</style>
background-color css
<style>
a { background-color: #C7001F; }
a { background-color: rgb(199,0,31); }
div.DivClassName
{
background-color: #C7001F;
}
.BgClassName
{
background-color: #C7001F;
}
</style>
border-color css
<style>
span { border-color: #C7001F; }
span { border-color: rgb(199,0,31); }
td.TdClassName
{
border-color: #C7001F;
}
.TagClassName
{
border-color: #C7001F;
}
</style>