Shades of Venetian Red #D40710
Tints of Venetian Red #D40710
RGB
CMYK
RGB Variations
Color information
#D40710 (or 0xD40710) is known color: Venetian Red. HEX triplet: D4, 07 and 10. RGB value is (212,7,16). Sum of RGB (Red+Green+Blue) = 212+7+16=235 (31% of max value = 765). Red value is 212 (83.20% from 255 or 90.21% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 212 - color contains mainly: red. Hex color #D40710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40710 is #2BF8EF. Grayscale: #454545. Windows color (decimal): -2881776 or 1050580. OLE color: 1050580.
HSL color Cylindrical-coordinate representation of color #D40710: hue angle of 357.37º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D40710 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 7 | 16 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.17 |
| HSL | 357.37º | 0.94% | 0.43% | - |
| HSV(B) | 357.37º | 0.97% | 0.83% | - |
| XYZ | 27.32 | 14.19 | 1.79 | - |
| YUV | 69.32 | 97.92 | 229.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 7 | 16 | 0 | 0.97 | 0.92 | 0.17 | 357.37 | 0.94 | 0.43 |
| Hex | D4 | 7 | 10 | 0 | 61 | 5C | 11 | 165 | 5E | 2B |
| Octal | 324 | 7 | 20 | 0 | 141 | 134 | 21 | 545 | 136 | 53 |
| Binary | 11010100 | 111 | 10000 | 0 | 1100001 | 1011100 | 10001 | 101100101 | 1011110 | 101011 |
Color Harmonies of #D40710
Complementary color
Monochromatic Colors of #D40710
Black with #D40710
Text Example
Text Example
White with #D40710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40710; }
p { color: rgb(212,7,16); }
H1.HeaderClassName
{
color: #D40710;
}
.AnyTagClassName
{
color: #D40710;
}
</style>
background-color css
<style>
a { background-color: #D40710; }
a { background-color: rgb(212,7,16); }
div.DivClassName
{
background-color: #D40710;
}
.BgClassName
{
background-color: #D40710;
}
</style>
border-color css
<style>
span { border-color: #D40710; }
span { border-color: rgb(212,7,16); }
td.TdClassName
{
border-color: #D40710;
}
.TagClassName
{
border-color: #D40710;
}
</style>