Shades of Venetian Red #C7000F
Tints of Venetian Red #C7000F
RGB
CMYK
RGB Variations
Color information
#C7000F (or 0xC7000F) is known color: Venetian Red. HEX triplet: C7, 00 and 0F. RGB value is (199,0,15). Sum of RGB (Red+Green+Blue) = 199+0+15=214 (28% of max value = 765). Red value is 199 (78.12% from 255 or 92.99% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 199 - color contains mainly: red. Hex color #C7000F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7000F is #38FFF0. Grayscale: #3D3D3D. Windows color (decimal): -3735537 or 983239. OLE color: 983239.
HSL color Cylindrical-coordinate representation of color #C7000F: hue angle of 355.48º 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 #C7000F is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.92 | 0.22 |
| HSL | 355.48º | 1% | 0.39% | - |
| HSV(B) | 355.48º | 1% | 0.78% | - |
| XYZ | 23.64 | 12.18 | 1.56 | - |
| YUV | 61.21 | 101.93 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 15 | 0 | 1 | 0.92 | 0.22 | 355.48 | 1 | 0.39 |
| Hex | C7 | 0 | F | 0 | 64 | 5C | 16 | 163 | 64 | 27 |
| Octal | 307 | 0 | 17 | 0 | 144 | 134 | 26 | 543 | 144 | 47 |
| Binary | 11000111 | 0 | 1111 | 0 | 1100100 | 1011100 | 10110 | 101100011 | 1100100 | 100111 |
Color Harmonies of #C7000F
Complementary color
Monochromatic Colors of #C7000F
Black with #C7000F
Text Example
Text Example
White with #C7000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7000F; }
p { color: rgb(199,0,15); }
H1.HeaderClassName
{
color: #C7000F;
}
.AnyTagClassName
{
color: #C7000F;
}
</style>
background-color css
<style>
a { background-color: #C7000F; }
a { background-color: rgb(199,0,15); }
div.DivClassName
{
background-color: #C7000F;
}
.BgClassName
{
background-color: #C7000F;
}
</style>
border-color css
<style>
span { border-color: #C7000F; }
span { border-color: rgb(199,0,15); }
td.TdClassName
{
border-color: #C7000F;
}
.TagClassName
{
border-color: #C7000F;
}
</style>