Shades of Venetian Red #C70D1F
Tints of Venetian Red #C70D1F
RGB
CMYK
RGB Variations
Color information
#C70D1F (or 0xC70D1F) is known color: Venetian Red. HEX triplet: C7, 0D and 1F. RGB value is (199,13,31). Sum of RGB (Red+Green+Blue) = 199+13+31=243 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.89% from 243); Green value is 13 (5.47% from 255 or 5.35% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70D1F is #38F2E0. Grayscale: #464646. Windows color (decimal): -3732193 or 2035143. OLE color: 2035143.
HSL color Cylindrical-coordinate representation of color #C70D1F: hue angle of 354.19º 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 #C70D1F is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 13 | 31 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.22 |
| HSL | 354.19º | 0.88% | 0.42% | - |
| HSV(B) | 354.19º | 0.93% | 0.78% | - |
| XYZ | 23.94 | 12.53 | 2.45 | - |
| YUV | 70.67 | 105.62 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 31 | 0 | 0.93 | 0.84 | 0.22 | 354.19 | 0.88 | 0.42 |
| Hex | C7 | D | 1F | 0 | 5D | 54 | 16 | 162 | 58 | 2A |
| Octal | 307 | 15 | 37 | 0 | 135 | 124 | 26 | 542 | 130 | 52 |
| Binary | 11000111 | 1101 | 11111 | 0 | 1011101 | 1010100 | 10110 | 101100010 | 1011000 | 101010 |
Color Harmonies of #C70D1F
Complementary color
Monochromatic Colors of #C70D1F
Black with #C70D1F
Text Example
Text Example
White with #C70D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70D1F; }
p { color: rgb(199,13,31); }
H1.HeaderClassName
{
color: #C70D1F;
}
.AnyTagClassName
{
color: #C70D1F;
}
</style>
background-color css
<style>
a { background-color: #C70D1F; }
a { background-color: rgb(199,13,31); }
div.DivClassName
{
background-color: #C70D1F;
}
.BgClassName
{
background-color: #C70D1F;
}
</style>
border-color css
<style>
span { border-color: #C70D1F; }
span { border-color: rgb(199,13,31); }
td.TdClassName
{
border-color: #C70D1F;
}
.TagClassName
{
border-color: #C70D1F;
}
</style>