Shades of Venetian Red #D90812
Tints of Venetian Red #D90812
RGB
CMYK
RGB Variations
Color information
#D90812 (or 0xD90812) is known color: Venetian Red. HEX triplet: D9, 08 and 12. RGB value is (217,8,18). Sum of RGB (Red+Green+Blue) = 217+8+18=243 (32% of max value = 765). Red value is 217 (85.16% from 255 or 89.30% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 217 - color contains mainly: red. Hex color #D90812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90812 is #26F7ED. Grayscale: #474747. Windows color (decimal): -2553838 or 1181913. OLE color: 1181913.
HSL color Cylindrical-coordinate representation of color #D90812: hue angle of 357.13º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D90812 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 18 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.15 |
| HSL | 357.13º | 0.93% | 0.44% | - |
| HSV(B) | 357.13º | 0.96% | 0.85% | - |
| XYZ | 28.81 | 14.97 | 1.94 | - |
| YUV | 71.63 | 97.74 | 231.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 18 | 0 | 0.96 | 0.92 | 0.15 | 357.13 | 0.93 | 0.44 |
| Hex | D9 | 8 | 12 | 0 | 60 | 5C | F | 165 | 5D | 2C |
| Octal | 331 | 10 | 22 | 0 | 140 | 134 | 17 | 545 | 135 | 54 |
| Binary | 11011001 | 1000 | 10010 | 0 | 1100000 | 1011100 | 1111 | 101100101 | 1011101 | 101100 |
Color Harmonies of #D90812
Complementary color
Monochromatic Colors of #D90812
Black with #D90812
Text Example
Text Example
White with #D90812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90812; }
p { color: rgb(217,8,18); }
H1.HeaderClassName
{
color: #D90812;
}
.AnyTagClassName
{
color: #D90812;
}
</style>
background-color css
<style>
a { background-color: #D90812; }
a { background-color: rgb(217,8,18); }
div.DivClassName
{
background-color: #D90812;
}
.BgClassName
{
background-color: #D90812;
}
</style>
border-color css
<style>
span { border-color: #D90812; }
span { border-color: rgb(217,8,18); }
td.TdClassName
{
border-color: #D90812;
}
.TagClassName
{
border-color: #D90812;
}
</style>