Shades of Venetian Red #C70D1B
Tints of Venetian Red #C70D1B
RGB
CMYK
RGB Variations
Color information
#C70D1B (or 0xC70D1B) is known color: Venetian Red. HEX triplet: C7, 0D and 1B. RGB value is (199,13,27). Sum of RGB (Red+Green+Blue) = 199+13+27=239 (31% of max value = 765). Red value is 199 (78.12% from 255 or 83.26% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70D1B is #38F2E4. Grayscale: #464646. Windows color (decimal): -3732197 or 1772999. OLE color: 1772999.
HSL color Cylindrical-coordinate representation of color #C70D1B: hue angle of 355.48º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70D1B is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 13 | 27 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.22 |
| HSL | 355.48º | 0.88% | 0.42% | - |
| HSV(B) | 355.48º | 0.93% | 0.78% | - |
| XYZ | 23.89 | 12.51 | 2.19 | - |
| YUV | 70.21 | 103.62 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 27 | 0 | 0.93 | 0.86 | 0.22 | 355.48 | 0.88 | 0.42 |
| Hex | C7 | D | 1B | 0 | 5D | 56 | 16 | 163 | 58 | 2A |
| Octal | 307 | 15 | 33 | 0 | 135 | 126 | 26 | 543 | 130 | 52 |
| Binary | 11000111 | 1101 | 11011 | 0 | 1011101 | 1010110 | 10110 | 101100011 | 1011000 | 101010 |
Color Harmonies of #C70D1B
Complementary color
Monochromatic Colors of #C70D1B
Black with #C70D1B
Text Example
Text Example
White with #C70D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70D1B; }
p { color: rgb(199,13,27); }
H1.HeaderClassName
{
color: #C70D1B;
}
.AnyTagClassName
{
color: #C70D1B;
}
</style>
background-color css
<style>
a { background-color: #C70D1B; }
a { background-color: rgb(199,13,27); }
div.DivClassName
{
background-color: #C70D1B;
}
.BgClassName
{
background-color: #C70D1B;
}
</style>
border-color css
<style>
span { border-color: #C70D1B; }
span { border-color: rgb(199,13,27); }
td.TdClassName
{
border-color: #C70D1B;
}
.TagClassName
{
border-color: #C70D1B;
}
</style>