Shades of Venetian Red #D90D12
Tints of Venetian Red #D90D12
RGB
CMYK
RGB Variations
Color information
#D90D12 (or 0xD90D12) is known color: Venetian Red. HEX triplet: D9, 0D and 12. RGB value is (217,13,18). Sum of RGB (Red+Green+Blue) = 217+13+18=248 (32% of max value = 765). Red value is 217 (85.16% from 255 or 87.5% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 217 - color contains mainly: red. Hex color #D90D12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90D12 is #26F2ED. Grayscale: #4A4A4A. Windows color (decimal): -2552558 or 1183193. OLE color: 1183193.
HSL color Cylindrical-coordinate representation of color #D90D12: hue angle of 358.53º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90D12 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 13 | 18 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.15 |
| HSL | 358.53º | 0.89% | 0.45% | - |
| HSV(B) | 358.53º | 0.94% | 0.85% | - |
| XYZ | 28.87 | 15.08 | 1.96 | - |
| YUV | 74.57 | 96.09 | 229.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 13 | 18 | 0 | 0.94 | 0.92 | 0.15 | 358.53 | 0.89 | 0.45 |
| Hex | D9 | D | 12 | 0 | 5E | 5C | F | 167 | 59 | 2D |
| Octal | 331 | 15 | 22 | 0 | 136 | 134 | 17 | 547 | 131 | 55 |
| Binary | 11011001 | 1101 | 10010 | 0 | 1011110 | 1011100 | 1111 | 101100111 | 1011001 | 101101 |
Color Harmonies of #D90D12
Complementary color
Monochromatic Colors of #D90D12
Black with #D90D12
Text Example
Text Example
White with #D90D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90D12; }
p { color: rgb(217,13,18); }
H1.HeaderClassName
{
color: #D90D12;
}
.AnyTagClassName
{
color: #D90D12;
}
</style>
background-color css
<style>
a { background-color: #D90D12; }
a { background-color: rgb(217,13,18); }
div.DivClassName
{
background-color: #D90D12;
}
.BgClassName
{
background-color: #D90D12;
}
</style>
border-color css
<style>
span { border-color: #D90D12; }
span { border-color: rgb(217,13,18); }
td.TdClassName
{
border-color: #D90D12;
}
.TagClassName
{
border-color: #D90D12;
}
</style>