Shades of Venetian Red #D9000F
Tints of Venetian Red #D9000F
RGB
CMYK
RGB Variations
Color information
#D9000F (or 0xD9000F) is known color: Venetian Red. HEX triplet: D9, 00 and 0F. RGB value is (217,0,15). Sum of RGB (Red+Green+Blue) = 217+0+15=232 (30% of max value = 765). Red value is 217 (85.16% from 255 or 93.53% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 217 - color contains mainly: red. Hex color #D9000F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9000F is #26FFF0. Grayscale: #424242. Windows color (decimal): -2555889 or 983257. OLE color: 983257.
HSL color Cylindrical-coordinate representation of color #D9000F: hue angle of 355.85º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D9000F is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.93 | 0.15 |
| HSL | 355.85º | 1% | 0.43% | - |
| HSV(B) | 355.85º | 1% | 0.85% | - |
| XYZ | 28.7 | 14.79 | 1.79 | - |
| YUV | 66.59 | 98.89 | 235.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 15 | 0 | 1 | 0.93 | 0.15 | 355.85 | 1 | 0.43 |
| Hex | D9 | 0 | F | 0 | 64 | 5D | F | 164 | 64 | 2B |
| Octal | 331 | 0 | 17 | 0 | 144 | 135 | 17 | 544 | 144 | 53 |
| Binary | 11011001 | 0 | 1111 | 0 | 1100100 | 1011101 | 1111 | 101100100 | 1100100 | 101011 |
Color Harmonies of #D9000F
Complementary color
Monochromatic Colors of #D9000F
Black with #D9000F
Text Example
Text Example
White with #D9000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9000F; }
p { color: rgb(217,0,15); }
H1.HeaderClassName
{
color: #D9000F;
}
.AnyTagClassName
{
color: #D9000F;
}
</style>
background-color css
<style>
a { background-color: #D9000F; }
a { background-color: rgb(217,0,15); }
div.DivClassName
{
background-color: #D9000F;
}
.BgClassName
{
background-color: #D9000F;
}
</style>
border-color css
<style>
span { border-color: #D9000F; }
span { border-color: rgb(217,0,15); }
td.TdClassName
{
border-color: #D9000F;
}
.TagClassName
{
border-color: #D9000F;
}
</style>