Shades of Venetian Red #D90C10
Tints of Venetian Red #D90C10
RGB
CMYK
RGB Variations
Color information
#D90C10 (or 0xD90C10) is known color: Venetian Red. HEX triplet: D9, 0C and 10. RGB value is (217,12,16). Sum of RGB (Red+Green+Blue) = 217+12+16=245 (32% of max value = 765). Red value is 217 (85.16% from 255 or 88.57% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 217 - color contains mainly: red. Hex color #D90C10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90C10 is #26F3EF. Grayscale: #494949. Windows color (decimal): -2552816 or 1051865. OLE color: 1051865.
HSL color Cylindrical-coordinate representation of color #D90C10: hue angle of 358.83º degrees, saturation: 0.9, 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 #D90C10 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 12 | 16 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.15 |
| HSL | 358.83º | 0.9% | 0.45% | - |
| HSV(B) | 358.83º | 0.94% | 0.85% | - |
| XYZ | 28.84 | 15.05 | 1.88 | - |
| YUV | 73.75 | 95.42 | 230.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 12 | 16 | 0 | 0.94 | 0.93 | 0.15 | 358.83 | 0.9 | 0.45 |
| Hex | D9 | C | 10 | 0 | 5E | 5D | F | 167 | 5A | 2D |
| Octal | 331 | 14 | 20 | 0 | 136 | 135 | 17 | 547 | 132 | 55 |
| Binary | 11011001 | 1100 | 10000 | 0 | 1011110 | 1011101 | 1111 | 101100111 | 1011010 | 101101 |
Color Harmonies of #D90C10
Complementary color
Monochromatic Colors of #D90C10
Black with #D90C10
Text Example
Text Example
White with #D90C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90C10; }
p { color: rgb(217,12,16); }
H1.HeaderClassName
{
color: #D90C10;
}
.AnyTagClassName
{
color: #D90C10;
}
</style>
background-color css
<style>
a { background-color: #D90C10; }
a { background-color: rgb(217,12,16); }
div.DivClassName
{
background-color: #D90C10;
}
.BgClassName
{
background-color: #D90C10;
}
</style>
border-color css
<style>
span { border-color: #D90C10; }
span { border-color: rgb(217,12,16); }
td.TdClassName
{
border-color: #D90C10;
}
.TagClassName
{
border-color: #D90C10;
}
</style>