Shades of Venetian Red #D90001
Tints of Venetian Red #D90001
RGB
CMYK
RGB Variations
Color information
#D90001 (or 0xD90001) is known color: Venetian Red. HEX triplet: D9, 00 and 01. RGB value is (217,0,1). Sum of RGB (Red+Green+Blue) = 217+0+1=218 (28% of max value = 765). Red value is 217 (85.16% from 255 or 99.54% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 217 - color contains mainly: red. Hex color #D90001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90001 is #26FFFE. Grayscale: #414141. Windows color (decimal): -2555903 or 65753. OLE color: 65753.
HSL color Cylindrical-coordinate representation of color #D90001: hue angle of 359.72º 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 #D90001 is Cyan = 0, Magento = 1, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 1 | - |
| CMYK | 0 | 1 | 1.00 | 0.15 |
| HSL | 359.72º | 1% | 0.43% | - |
| HSV(B) | 359.72º | 1% | 0.85% | - |
| XYZ | 28.62 | 14.75 | 1.37 | - |
| YUV | 65 | 91.89 | 236.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 1 | 0 | 1 | 1.00 | 0.15 | 359.72 | 1 | 0.43 |
| Hex | D9 | 0 | 1 | 0 | 64 | 64 | F | 168 | 64 | 2B |
| Octal | 331 | 0 | 1 | 0 | 144 | 144 | 17 | 550 | 144 | 53 |
| Binary | 11011001 | 0 | 1 | 0 | 1100100 | 1100100 | 1111 | 101101000 | 1100100 | 101011 |
Color Harmonies of #D90001
Complementary color
Monochromatic Colors of #D90001
Black with #D90001
Text Example
Text Example
White with #D90001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90001; }
p { color: rgb(217,0,1); }
H1.HeaderClassName
{
color: #D90001;
}
.AnyTagClassName
{
color: #D90001;
}
</style>
background-color css
<style>
a { background-color: #D90001; }
a { background-color: rgb(217,0,1); }
div.DivClassName
{
background-color: #D90001;
}
.BgClassName
{
background-color: #D90001;
}
</style>
border-color css
<style>
span { border-color: #D90001; }
span { border-color: rgb(217,0,1); }
td.TdClassName
{
border-color: #D90001;
}
.TagClassName
{
border-color: #D90001;
}
</style>