Shades of Venetian Red #D90708
Tints of Venetian Red #D90708
RGB
CMYK
RGB Variations
Color information
#D90708 (or 0xD90708) is known color: Venetian Red. HEX triplet: D9, 07 and 08. RGB value is (217,7,8). Sum of RGB (Red+Green+Blue) = 217+7+8=232 (30% of max value = 765). Red value is 217 (85.16% from 255 or 93.53% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 217 - color contains mainly: red. Hex color #D90708 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90708 is #26F8F7. Grayscale: #464646. Windows color (decimal): -2554104 or 526297. OLE color: 526297.
HSL color Cylindrical-coordinate representation of color #D90708: hue angle of 359.71º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D90708 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 8 | - |
| CMYK | 0 | 0.97 | 0.96 | 0.15 |
| HSL | 359.71º | 0.94% | 0.44% | - |
| HSV(B) | 359.71º | 0.97% | 0.85% | - |
| XYZ | 28.74 | 14.92 | 1.6 | - |
| YUV | 69.9 | 93.07 | 232.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 8 | 0 | 0.97 | 0.96 | 0.15 | 359.71 | 0.94 | 0.44 |
| Hex | D9 | 7 | 8 | 0 | 61 | 60 | F | 168 | 5E | 2C |
| Octal | 331 | 7 | 10 | 0 | 141 | 140 | 17 | 550 | 136 | 54 |
| Binary | 11011001 | 111 | 1000 | 0 | 1100001 | 1100000 | 1111 | 101101000 | 1011110 | 101100 |
Color Harmonies of #D90708
Complementary color
Monochromatic Colors of #D90708
Black with #D90708
Text Example
Text Example
White with #D90708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90708; }
p { color: rgb(217,7,8); }
H1.HeaderClassName
{
color: #D90708;
}
.AnyTagClassName
{
color: #D90708;
}
</style>
background-color css
<style>
a { background-color: #D90708; }
a { background-color: rgb(217,7,8); }
div.DivClassName
{
background-color: #D90708;
}
.BgClassName
{
background-color: #D90708;
}
</style>
border-color css
<style>
span { border-color: #D90708; }
span { border-color: rgb(217,7,8); }
td.TdClassName
{
border-color: #D90708;
}
.TagClassName
{
border-color: #D90708;
}
</style>