Shades of Venetian Red #D90022
Tints of Venetian Red #D90022
RGB
CMYK
RGB Variations
Color information
#D90022 (or 0xD90022) is known color: Venetian Red. HEX triplet: D9, 00 and 22. RGB value is (217,0,34). Sum of RGB (Red+Green+Blue) = 217+0+34=251 (33% of max value = 765). Red value is 217 (85.16% from 255 or 86.45% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 34 (13.67% from 255 or 13.55% from 251); Max value from RGB is 217 - color contains mainly: red. Hex color #D90022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90022 is #26FFDD. Grayscale: #444444. Windows color (decimal): -2555870 or 2228441. OLE color: 2228441.
HSL color Cylindrical-coordinate representation of color #D90022: hue angle of 350.6º 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 #D90022 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 34 | - |
| CMYK | 0 | 1 | 0.84 | 0.15 |
| HSL | 350.6º | 1% | 0.43% | - |
| HSV(B) | 350.6º | 1% | 0.85% | - |
| XYZ | 28.9 | 14.87 | 2.86 | - |
| YUV | 68.76 | 108.39 | 233.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 34 | 0 | 1 | 0.84 | 0.15 | 350.6 | 1 | 0.43 |
| Hex | D9 | 0 | 22 | 0 | 64 | 54 | F | 15F | 64 | 2B |
| Octal | 331 | 0 | 42 | 0 | 144 | 124 | 17 | 537 | 144 | 53 |
| Binary | 11011001 | 0 | 100010 | 0 | 1100100 | 1010100 | 1111 | 101011111 | 1100100 | 101011 |
Color Harmonies of #D90022
Complementary color
Monochromatic Colors of #D90022
Black with #D90022
Text Example
Text Example
White with #D90022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90022; }
p { color: rgb(217,0,34); }
H1.HeaderClassName
{
color: #D90022;
}
.AnyTagClassName
{
color: #D90022;
}
</style>
background-color css
<style>
a { background-color: #D90022; }
a { background-color: rgb(217,0,34); }
div.DivClassName
{
background-color: #D90022;
}
.BgClassName
{
background-color: #D90022;
}
</style>
border-color css
<style>
span { border-color: #D90022; }
span { border-color: rgb(217,0,34); }
td.TdClassName
{
border-color: #D90022;
}
.TagClassName
{
border-color: #D90022;
}
</style>