Shades of Venetian Red #D90209
Tints of Venetian Red #D90209
RGB
CMYK
RGB Variations
Color information
#D90209 (or 0xD90209) is known color: Venetian Red. HEX triplet: D9, 02 and 09. RGB value is (217,2,9). Sum of RGB (Red+Green+Blue) = 217+2+9=228 (30% of max value = 765). Red value is 217 (85.16% from 255 or 95.18% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 9 (3.91% from 255 or 3.95% from 228); Max value from RGB is 217 - color contains mainly: red. Hex color #D90209 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90209 is #26FDF6. Grayscale: #434343. Windows color (decimal): -2555383 or 590553. OLE color: 590553.
HSL color Cylindrical-coordinate representation of color #D90209: hue angle of 358.05º 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 #D90209 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 2 | 9 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.15 |
| HSL | 358.05º | 0.98% | 0.43% | - |
| HSV(B) | 358.05º | 0.99% | 0.85% | - |
| XYZ | 28.69 | 14.81 | 1.61 | - |
| YUV | 67.08 | 95.23 | 234.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 9 | 0 | 0.99 | 0.96 | 0.15 | 358.05 | 0.98 | 0.43 |
| Hex | D9 | 2 | 9 | 0 | 63 | 60 | F | 166 | 62 | 2B |
| Octal | 331 | 2 | 11 | 0 | 143 | 140 | 17 | 546 | 142 | 53 |
| Binary | 11011001 | 10 | 1001 | 0 | 1100011 | 1100000 | 1111 | 101100110 | 1100010 | 101011 |
Color Harmonies of #D90209
Complementary color
Monochromatic Colors of #D90209
Black with #D90209
Text Example
Text Example
White with #D90209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90209; }
p { color: rgb(217,2,9); }
H1.HeaderClassName
{
color: #D90209;
}
.AnyTagClassName
{
color: #D90209;
}
</style>
background-color css
<style>
a { background-color: #D90209; }
a { background-color: rgb(217,2,9); }
div.DivClassName
{
background-color: #D90209;
}
.BgClassName
{
background-color: #D90209;
}
</style>
border-color css
<style>
span { border-color: #D90209; }
span { border-color: rgb(217,2,9); }
td.TdClassName
{
border-color: #D90209;
}
.TagClassName
{
border-color: #D90209;
}
</style>