Shades of Venetian Red #D90122
Tints of Venetian Red #D90122
RGB
CMYK
RGB Variations
Color information
#D90122 (or 0xD90122) is known color: Venetian Red. HEX triplet: D9, 01 and 22. RGB value is (217,1,34). Sum of RGB (Red+Green+Blue) = 217+1+34=252 (33% of max value = 765). Red value is 217 (85.16% from 255 or 86.11% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 34 (13.67% from 255 or 13.49% from 252); Max value from RGB is 217 - color contains mainly: red. Hex color #D90122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90122 is #26FEDD. Grayscale: #454545. Windows color (decimal): -2555614 or 2228697. OLE color: 2228697.
HSL color Cylindrical-coordinate representation of color #D90122: hue angle of 350.83º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90122 is Cyan = 0, Magento = 1.00, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 34 | - |
| CMYK | 0 | 1.00 | 0.84 | 0.15 |
| HSL | 350.83º | 0.99% | 0.43% | - |
| HSV(B) | 350.83º | 1% | 0.85% | - |
| XYZ | 28.91 | 14.89 | 2.86 | - |
| YUV | 69.35 | 108.06 | 233.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 34 | 0 | 1.00 | 0.84 | 0.15 | 350.83 | 0.99 | 0.43 |
| Hex | D9 | 1 | 22 | 0 | 64 | 54 | F | 15F | 63 | 2B |
| Octal | 331 | 1 | 42 | 0 | 144 | 124 | 17 | 537 | 143 | 53 |
| Binary | 11011001 | 1 | 100010 | 0 | 1100100 | 1010100 | 1111 | 101011111 | 1100011 | 101011 |
Color Harmonies of #D90122
Complementary color
Monochromatic Colors of #D90122
Black with #D90122
Text Example
Text Example
White with #D90122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90122; }
p { color: rgb(217,1,34); }
H1.HeaderClassName
{
color: #D90122;
}
.AnyTagClassName
{
color: #D90122;
}
</style>
background-color css
<style>
a { background-color: #D90122; }
a { background-color: rgb(217,1,34); }
div.DivClassName
{
background-color: #D90122;
}
.BgClassName
{
background-color: #D90122;
}
</style>
border-color css
<style>
span { border-color: #D90122; }
span { border-color: rgb(217,1,34); }
td.TdClassName
{
border-color: #D90122;
}
.TagClassName
{
border-color: #D90122;
}
</style>