Shades of Venetian Red #D90410
Tints of Venetian Red #D90410
RGB
CMYK
RGB Variations
Color information
#D90410 (or 0xD90410) is known color: Venetian Red. HEX triplet: D9, 04 and 10. RGB value is (217,4,16). Sum of RGB (Red+Green+Blue) = 217+4+16=237 (31% of max value = 765). Red value is 217 (85.16% from 255 or 91.56% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 217 - color contains mainly: red. Hex color #D90410 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90410 is #26FBEF. Grayscale: #454545. Windows color (decimal): -2554864 or 1049817. OLE color: 1049817.
HSL color Cylindrical-coordinate representation of color #D90410: hue angle of 356.62º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D90410 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 4 | 16 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.15 |
| HSL | 356.62º | 0.96% | 0.43% | - |
| HSV(B) | 356.62º | 0.98% | 0.85% | - |
| XYZ | 28.75 | 14.88 | 1.85 | - |
| YUV | 69.06 | 98.07 | 233.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 16 | 0 | 0.98 | 0.93 | 0.15 | 356.62 | 0.96 | 0.43 |
| Hex | D9 | 4 | 10 | 0 | 62 | 5D | F | 165 | 60 | 2B |
| Octal | 331 | 4 | 20 | 0 | 142 | 135 | 17 | 545 | 140 | 53 |
| Binary | 11011001 | 100 | 10000 | 0 | 1100010 | 1011101 | 1111 | 101100101 | 1100000 | 101011 |
Color Harmonies of #D90410
Complementary color
Monochromatic Colors of #D90410
Black with #D90410
Text Example
Text Example
White with #D90410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90410; }
p { color: rgb(217,4,16); }
H1.HeaderClassName
{
color: #D90410;
}
.AnyTagClassName
{
color: #D90410;
}
</style>
background-color css
<style>
a { background-color: #D90410; }
a { background-color: rgb(217,4,16); }
div.DivClassName
{
background-color: #D90410;
}
.BgClassName
{
background-color: #D90410;
}
</style>
border-color css
<style>
span { border-color: #D90410; }
span { border-color: rgb(217,4,16); }
td.TdClassName
{
border-color: #D90410;
}
.TagClassName
{
border-color: #D90410;
}
</style>