Shades of Venetian Red #D40810
Tints of Venetian Red #D40810
RGB
CMYK
RGB Variations
Color information
#D40810 (or 0xD40810) is known color: Venetian Red. HEX triplet: D4, 08 and 10. RGB value is (212,8,16). Sum of RGB (Red+Green+Blue) = 212+8+16=236 (31% of max value = 765). Red value is 212 (83.20% from 255 or 89.83% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 212 - color contains mainly: red. Hex color #D40810 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40810 is #2BF7EF. Grayscale: #464646. Windows color (decimal): -2881520 or 1050836. OLE color: 1050836.
HSL color Cylindrical-coordinate representation of color #D40810: hue angle of 357.65º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D40810 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 8 | 16 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.17 |
| HSL | 357.65º | 0.93% | 0.43% | - |
| HSV(B) | 357.65º | 0.96% | 0.83% | - |
| XYZ | 27.33 | 14.21 | 1.79 | - |
| YUV | 69.91 | 97.59 | 229.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 8 | 16 | 0 | 0.96 | 0.92 | 0.17 | 357.65 | 0.93 | 0.43 |
| Hex | D4 | 8 | 10 | 0 | 60 | 5C | 11 | 166 | 5D | 2B |
| Octal | 324 | 10 | 20 | 0 | 140 | 134 | 21 | 546 | 135 | 53 |
| Binary | 11010100 | 1000 | 10000 | 0 | 1100000 | 1011100 | 10001 | 101100110 | 1011101 | 101011 |
Color Harmonies of #D40810
Complementary color
Monochromatic Colors of #D40810
Black with #D40810
Text Example
Text Example
White with #D40810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40810; }
p { color: rgb(212,8,16); }
H1.HeaderClassName
{
color: #D40810;
}
.AnyTagClassName
{
color: #D40810;
}
</style>
background-color css
<style>
a { background-color: #D40810; }
a { background-color: rgb(212,8,16); }
div.DivClassName
{
background-color: #D40810;
}
.BgClassName
{
background-color: #D40810;
}
</style>
border-color css
<style>
span { border-color: #D40810; }
span { border-color: rgb(212,8,16); }
td.TdClassName
{
border-color: #D40810;
}
.TagClassName
{
border-color: #D40810;
}
</style>