Shades of Venetian Red #D90A19
Tints of Venetian Red #D90A19
RGB
CMYK
RGB Variations
Color information
#D90A19 (or 0xD90A19) is known color: Venetian Red. HEX triplet: D9, 0A and 19. RGB value is (217,10,25). Sum of RGB (Red+Green+Blue) = 217+10+25=252 (33% of max value = 765). Red value is 217 (85.16% from 255 or 86.11% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 217 - color contains mainly: red. Hex color #D90A19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90A19 is #26F5E6. Grayscale: #494949. Windows color (decimal): -2553319 or 1641177. OLE color: 1641177.
HSL color Cylindrical-coordinate representation of color #D90A19: hue angle of 355.65º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90A19 is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 10 | 25 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.15 |
| HSL | 355.65º | 0.91% | 0.45% | - |
| HSV(B) | 355.65º | 0.95% | 0.85% | - |
| XYZ | 28.9 | 15.04 | 2.3 | - |
| YUV | 73.6 | 100.58 | 230.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 10 | 25 | 0 | 0.95 | 0.88 | 0.15 | 355.65 | 0.91 | 0.45 |
| Hex | D9 | A | 19 | 0 | 5F | 58 | F | 164 | 5B | 2D |
| Octal | 331 | 12 | 31 | 0 | 137 | 130 | 17 | 544 | 133 | 55 |
| Binary | 11011001 | 1010 | 11001 | 0 | 1011111 | 1011000 | 1111 | 101100100 | 1011011 | 101101 |
Color Harmonies of #D90A19
Complementary color
Monochromatic Colors of #D90A19
Black with #D90A19
Text Example
Text Example
White with #D90A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90A19; }
p { color: rgb(217,10,25); }
H1.HeaderClassName
{
color: #D90A19;
}
.AnyTagClassName
{
color: #D90A19;
}
</style>
background-color css
<style>
a { background-color: #D90A19; }
a { background-color: rgb(217,10,25); }
div.DivClassName
{
background-color: #D90A19;
}
.BgClassName
{
background-color: #D90A19;
}
</style>
border-color css
<style>
span { border-color: #D90A19; }
span { border-color: rgb(217,10,25); }
td.TdClassName
{
border-color: #D90A19;
}
.TagClassName
{
border-color: #D90A19;
}
</style>