Shades of Venetian Red #D90104
Tints of Venetian Red #D90104
RGB
CMYK
RGB Variations
Color information
#D90104 (or 0xD90104) is known color: Venetian Red. HEX triplet: D9, 01 and 04. RGB value is (217,1,4). Sum of RGB (Red+Green+Blue) = 217+1+4=222 (29% of max value = 765). Red value is 217 (85.16% from 255 or 97.75% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 217 - color contains mainly: red. Hex color #D90104 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90104 is #26FEFB. Grayscale: #424242. Windows color (decimal): -2555644 or 262617. OLE color: 262617.
HSL color Cylindrical-coordinate representation of color #D90104: hue angle of 359.17º 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 #D90104 is Cyan = 0, Magento = 1.00, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 4 | - |
| CMYK | 0 | 1.00 | 0.98 | 0.15 |
| HSL | 359.17º | 0.99% | 0.43% | - |
| HSV(B) | 359.17º | 1% | 0.85% | - |
| XYZ | 28.65 | 14.78 | 1.46 | - |
| YUV | 65.93 | 93.06 | 235.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 4 | 0 | 1.00 | 0.98 | 0.15 | 359.17 | 0.99 | 0.43 |
| Hex | D9 | 1 | 4 | 0 | 64 | 62 | F | 167 | 63 | 2B |
| Octal | 331 | 1 | 4 | 0 | 144 | 142 | 17 | 547 | 143 | 53 |
| Binary | 11011001 | 1 | 100 | 0 | 1100100 | 1100010 | 1111 | 101100111 | 1100011 | 101011 |
Color Harmonies of #D90104
Complementary color
Monochromatic Colors of #D90104
Black with #D90104
Text Example
Text Example
White with #D90104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90104; }
p { color: rgb(217,1,4); }
H1.HeaderClassName
{
color: #D90104;
}
.AnyTagClassName
{
color: #D90104;
}
</style>
background-color css
<style>
a { background-color: #D90104; }
a { background-color: rgb(217,1,4); }
div.DivClassName
{
background-color: #D90104;
}
.BgClassName
{
background-color: #D90104;
}
</style>
border-color css
<style>
span { border-color: #D90104; }
span { border-color: rgb(217,1,4); }
td.TdClassName
{
border-color: #D90104;
}
.TagClassName
{
border-color: #D90104;
}
</style>