Shades of Venetian Red #D90026
Tints of Venetian Red #D90026
RGB
CMYK
RGB Variations
Color information
#D90026 (or 0xD90026) is known color: Venetian Red. HEX triplet: D9, 00 and 26. RGB value is (217,0,38). Sum of RGB (Red+Green+Blue) = 217+0+38=255 (33% of max value = 765). Red value is 217 (85.16% from 255 or 85.10% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 217 - color contains mainly: red. Hex color #D90026 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90026 is #26FFD9. Grayscale: #454545. Windows color (decimal): -2555866 or 2490585. OLE color: 2490585.
HSL color Cylindrical-coordinate representation of color #D90026: hue angle of 349.49º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90026 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 38 | - |
| CMYK | 0 | 1 | 0.82 | 0.15 |
| HSL | 349.49º | 1% | 0.43% | - |
| HSV(B) | 349.49º | 1% | 0.85% | - |
| XYZ | 28.97 | 14.89 | 3.18 | - |
| YUV | 69.22 | 110.39 | 233.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 38 | 0 | 1 | 0.82 | 0.15 | 349.49 | 1 | 0.43 |
| Hex | D9 | 0 | 26 | 0 | 64 | 52 | F | 15D | 64 | 2B |
| Octal | 331 | 0 | 46 | 0 | 144 | 122 | 17 | 535 | 144 | 53 |
| Binary | 11011001 | 0 | 100110 | 0 | 1100100 | 1010010 | 1111 | 101011101 | 1100100 | 101011 |
Color Harmonies of #D90026
Complementary color
Monochromatic Colors of #D90026
Black with #D90026
Text Example
Text Example
White with #D90026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90026; }
p { color: rgb(217,0,38); }
H1.HeaderClassName
{
color: #D90026;
}
.AnyTagClassName
{
color: #D90026;
}
</style>
background-color css
<style>
a { background-color: #D90026; }
a { background-color: rgb(217,0,38); }
div.DivClassName
{
background-color: #D90026;
}
.BgClassName
{
background-color: #D90026;
}
</style>
border-color css
<style>
span { border-color: #D90026; }
span { border-color: rgb(217,0,38); }
td.TdClassName
{
border-color: #D90026;
}
.TagClassName
{
border-color: #D90026;
}
</style>