Shades of Venetian Red #C70B1D
Tints of Venetian Red #C70B1D
RGB
CMYK
RGB Variations
Color information
#C70B1D (or 0xC70B1D) is known color: Venetian Red. HEX triplet: C7, 0B and 1D. RGB value is (199,11,29). Sum of RGB (Red+Green+Blue) = 199+11+29=239 (31% of max value = 765). Red value is 199 (78.12% from 255 or 83.26% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 199 - color contains mainly: red. Hex color #C70B1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70B1D is #38F4E2. Grayscale: #454545. Windows color (decimal): -3732707 or 1903559. OLE color: 1903559.
HSL color Cylindrical-coordinate representation of color #C70B1D: hue angle of 354.26º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70B1D is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 11 | 29 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.22 |
| HSL | 354.26º | 0.9% | 0.41% | - |
| HSV(B) | 354.26º | 0.94% | 0.78% | - |
| XYZ | 23.89 | 12.47 | 2.31 | - |
| YUV | 69.26 | 105.28 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 11 | 29 | 0 | 0.94 | 0.85 | 0.22 | 354.26 | 0.9 | 0.41 |
| Hex | C7 | B | 1D | 0 | 5E | 55 | 16 | 162 | 5A | 29 |
| Octal | 307 | 13 | 35 | 0 | 136 | 125 | 26 | 542 | 132 | 51 |
| Binary | 11000111 | 1011 | 11101 | 0 | 1011110 | 1010101 | 10110 | 101100010 | 1011010 | 101001 |
Color Harmonies of #C70B1D
Complementary color
Monochromatic Colors of #C70B1D
Black with #C70B1D
Text Example
Text Example
White with #C70B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70B1D; }
p { color: rgb(199,11,29); }
H1.HeaderClassName
{
color: #C70B1D;
}
.AnyTagClassName
{
color: #C70B1D;
}
</style>
background-color css
<style>
a { background-color: #C70B1D; }
a { background-color: rgb(199,11,29); }
div.DivClassName
{
background-color: #C70B1D;
}
.BgClassName
{
background-color: #C70B1D;
}
</style>
border-color css
<style>
span { border-color: #C70B1D; }
span { border-color: rgb(199,11,29); }
td.TdClassName
{
border-color: #C70B1D;
}
.TagClassName
{
border-color: #C70B1D;
}
</style>