Shades of Venetian Red #D90021
Tints of Venetian Red #D90021
RGB
CMYK
RGB Variations
Color information
#D90021 (or 0xD90021) is known color: Venetian Red. HEX triplet: D9, 00 and 21. RGB value is (217,0,33). Sum of RGB (Red+Green+Blue) = 217+0+33=250 (33% of max value = 765). Red value is 217 (85.16% from 255 or 86.8% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 33 (13.28% from 255 or 13.2% from 250); Max value from RGB is 217 - color contains mainly: red. Hex color #D90021 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90021 is #26FFDE. Grayscale: #444444. Windows color (decimal): -2555871 or 2162905. OLE color: 2162905.
HSL color Cylindrical-coordinate representation of color #D90021: hue angle of 350.88º 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 #D90021 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.85 | 0.15 |
| HSL | 350.88º | 1% | 0.43% | - |
| HSV(B) | 350.88º | 1% | 0.85% | - |
| XYZ | 28.89 | 14.86 | 2.78 | - |
| YUV | 68.65 | 107.89 | 233.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 33 | 0 | 1 | 0.85 | 0.15 | 350.88 | 1 | 0.43 |
| Hex | D9 | 0 | 21 | 0 | 64 | 55 | F | 15F | 64 | 2B |
| Octal | 331 | 0 | 41 | 0 | 144 | 125 | 17 | 537 | 144 | 53 |
| Binary | 11011001 | 0 | 100001 | 0 | 1100100 | 1010101 | 1111 | 101011111 | 1100100 | 101011 |
Color Harmonies of #D90021
Complementary color
Monochromatic Colors of #D90021
Black with #D90021
Text Example
Text Example
White with #D90021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90021; }
p { color: rgb(217,0,33); }
H1.HeaderClassName
{
color: #D90021;
}
.AnyTagClassName
{
color: #D90021;
}
</style>
background-color css
<style>
a { background-color: #D90021; }
a { background-color: rgb(217,0,33); }
div.DivClassName
{
background-color: #D90021;
}
.BgClassName
{
background-color: #D90021;
}
</style>
border-color css
<style>
span { border-color: #D90021; }
span { border-color: rgb(217,0,33); }
td.TdClassName
{
border-color: #D90021;
}
.TagClassName
{
border-color: #D90021;
}
</style>