Shades of Venetian Red #D7090D
Tints of Venetian Red #D7090D
RGB
CMYK
RGB Variations
Color information
#D7090D (or 0xD7090D) is known color: Venetian Red. HEX triplet: D7, 09 and 0D. RGB value is (215,9,13). Sum of RGB (Red+Green+Blue) = 215+9+13=237 (31% of max value = 765). Red value is 215 (84.38% from 255 or 90.72% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 215 - color contains mainly: red. Hex color #D7090D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7090D is #28F6F2. Grayscale: #474747. Windows color (decimal): -2684659 or 854487. OLE color: 854487.
HSL color Cylindrical-coordinate representation of color #D7090D: hue angle of 358.83º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D7090D is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 9 | 13 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.16 |
| HSL | 358.84º | 0.92% | 0.44% | - |
| HSV(B) | 358.84º | 0.96% | 0.84% | - |
| XYZ | 28.19 | 14.67 | 1.73 | - |
| YUV | 71.05 | 95.25 | 230.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 9 | 13 | 0 | 0.96 | 0.94 | 0.16 | 358.84 | 0.92 | 0.44 |
| Hex | D7 | 9 | D | 0 | 60 | 5E | 10 | 167 | 5C | 2C |
| Octal | 327 | 11 | 15 | 0 | 140 | 136 | 20 | 547 | 134 | 54 |
| Binary | 11010111 | 1001 | 1101 | 0 | 1100000 | 1011110 | 10000 | 101100111 | 1011100 | 101100 |
Color Harmonies of #D7090D
Complementary color
Monochromatic Colors of #D7090D
Black with #D7090D
Text Example
Text Example
White with #D7090D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7090D; }
p { color: rgb(215,9,13); }
H1.HeaderClassName
{
color: #D7090D;
}
.AnyTagClassName
{
color: #D7090D;
}
</style>
background-color css
<style>
a { background-color: #D7090D; }
a { background-color: rgb(215,9,13); }
div.DivClassName
{
background-color: #D7090D;
}
.BgClassName
{
background-color: #D7090D;
}
</style>
border-color css
<style>
span { border-color: #D7090D; }
span { border-color: rgb(215,9,13); }
td.TdClassName
{
border-color: #D7090D;
}
.TagClassName
{
border-color: #D7090D;
}
</style>