Shades of Venetian Red #D90204
Tints of Venetian Red #D90204
RGB
CMYK
RGB Variations
Color information
#D90204 (or 0xD90204) is known color: Venetian Red. HEX triplet: D9, 02 and 04. RGB value is (217,2,4). Sum of RGB (Red+Green+Blue) = 217+2+4=223 (29% of max value = 765). Red value is 217 (85.16% from 255 or 97.31% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 4 (1.95% from 255 or 1.79% from 223); Max value from RGB is 217 - color contains mainly: red. Hex color #D90204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90204 is #26FDFB. Grayscale: #424242. Windows color (decimal): -2555388 or 262873. OLE color: 262873.
HSL color Cylindrical-coordinate representation of color #D90204: hue angle of 359.44º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D90204 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 2 | 4 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.15 |
| HSL | 359.44º | 0.98% | 0.43% | - |
| HSV(B) | 359.44º | 0.99% | 0.85% | - |
| XYZ | 28.66 | 14.8 | 1.46 | - |
| YUV | 66.51 | 92.73 | 235.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 4 | 0 | 0.99 | 0.98 | 0.15 | 359.44 | 0.98 | 0.43 |
| Hex | D9 | 2 | 4 | 0 | 63 | 62 | F | 167 | 62 | 2B |
| Octal | 331 | 2 | 4 | 0 | 143 | 142 | 17 | 547 | 142 | 53 |
| Binary | 11011001 | 10 | 100 | 0 | 1100011 | 1100010 | 1111 | 101100111 | 1100010 | 101011 |
Color Harmonies of #D90204
Complementary color
Monochromatic Colors of #D90204
Black with #D90204
Text Example
Text Example
White with #D90204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90204; }
p { color: rgb(217,2,4); }
H1.HeaderClassName
{
color: #D90204;
}
.AnyTagClassName
{
color: #D90204;
}
</style>
background-color css
<style>
a { background-color: #D90204; }
a { background-color: rgb(217,2,4); }
div.DivClassName
{
background-color: #D90204;
}
.BgClassName
{
background-color: #D90204;
}
</style>
border-color css
<style>
span { border-color: #D90204; }
span { border-color: rgb(217,2,4); }
td.TdClassName
{
border-color: #D90204;
}
.TagClassName
{
border-color: #D90204;
}
</style>