Shades of Venetian Red #D90412
Tints of Venetian Red #D90412
RGB
CMYK
RGB Variations
Color information
#D90412 (or 0xD90412) is known color: Venetian Red. HEX triplet: D9, 04 and 12. RGB value is (217,4,18). Sum of RGB (Red+Green+Blue) = 217+4+18=239 (31% of max value = 765). Red value is 217 (85.16% from 255 or 90.79% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 217 - color contains mainly: red. Hex color #D90412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90412 is #26FBED. Grayscale: #454545. Windows color (decimal): -2554862 or 1180889. OLE color: 1180889.
HSL color Cylindrical-coordinate representation of color #D90412: hue angle of 356.06º 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 #D90412 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 4 | 18 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.15 |
| HSL | 356.06º | 0.96% | 0.43% | - |
| HSV(B) | 356.06º | 0.98% | 0.85% | - |
| XYZ | 28.77 | 14.88 | 1.93 | - |
| YUV | 69.28 | 99.07 | 233.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 18 | 0 | 0.98 | 0.92 | 0.15 | 356.06 | 0.96 | 0.43 |
| Hex | D9 | 4 | 12 | 0 | 62 | 5C | F | 164 | 60 | 2B |
| Octal | 331 | 4 | 22 | 0 | 142 | 134 | 17 | 544 | 140 | 53 |
| Binary | 11011001 | 100 | 10010 | 0 | 1100010 | 1011100 | 1111 | 101100100 | 1100000 | 101011 |
Color Harmonies of #D90412
Complementary color
Monochromatic Colors of #D90412
Black with #D90412
Text Example
Text Example
White with #D90412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90412; }
p { color: rgb(217,4,18); }
H1.HeaderClassName
{
color: #D90412;
}
.AnyTagClassName
{
color: #D90412;
}
</style>
background-color css
<style>
a { background-color: #D90412; }
a { background-color: rgb(217,4,18); }
div.DivClassName
{
background-color: #D90412;
}
.BgClassName
{
background-color: #D90412;
}
</style>
border-color css
<style>
span { border-color: #D90412; }
span { border-color: rgb(217,4,18); }
td.TdClassName
{
border-color: #D90412;
}
.TagClassName
{
border-color: #D90412;
}
</style>