Shades of Venetian Red #D0090E
Tints of Venetian Red #D0090E
RGB
CMYK
RGB Variations
Color information
#D0090E (or 0xD0090E) is known color: Venetian Red. HEX triplet: D0, 09 and 0E. RGB value is (208,9,14). Sum of RGB (Red+Green+Blue) = 208+9+14=231 (30% of max value = 765). Red value is 208 (81.64% from 255 or 90.04% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 208 - color contains mainly: red. Hex color #D0090E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0090E is #2FF6F1. Grayscale: #454545. Windows color (decimal): -3143410 or 920016. OLE color: 920016.
HSL color Cylindrical-coordinate representation of color #D0090E: hue angle of 358.49º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0090E is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 9 | 14 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.18 |
| HSL | 358.49º | 0.92% | 0.43% | - |
| HSV(B) | 358.49º | 0.96% | 0.82% | - |
| XYZ | 26.19 | 13.64 | 1.67 | - |
| YUV | 69.07 | 96.93 | 227.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 14 | 0 | 0.96 | 0.93 | 0.18 | 358.49 | 0.92 | 0.43 |
| Hex | D0 | 9 | E | 0 | 60 | 5D | 12 | 166 | 5C | 2B |
| Octal | 320 | 11 | 16 | 0 | 140 | 135 | 22 | 546 | 134 | 53 |
| Binary | 11010000 | 1001 | 1110 | 0 | 1100000 | 1011101 | 10010 | 101100110 | 1011100 | 101011 |
Color Harmonies of #D0090E
Complementary color
Monochromatic Colors of #D0090E
Black with #D0090E
Text Example
Text Example
White with #D0090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0090E; }
p { color: rgb(208,9,14); }
H1.HeaderClassName
{
color: #D0090E;
}
.AnyTagClassName
{
color: #D0090E;
}
</style>
background-color css
<style>
a { background-color: #D0090E; }
a { background-color: rgb(208,9,14); }
div.DivClassName
{
background-color: #D0090E;
}
.BgClassName
{
background-color: #D0090E;
}
</style>
border-color css
<style>
span { border-color: #D0090E; }
span { border-color: rgb(208,9,14); }
td.TdClassName
{
border-color: #D0090E;
}
.TagClassName
{
border-color: #D0090E;
}
</style>