Shades of Venetian Red #D9010F
Tints of Venetian Red #D9010F
RGB
CMYK
RGB Variations
Color information
#D9010F (or 0xD9010F) is known color: Venetian Red. HEX triplet: D9, 01 and 0F. RGB value is (217,1,15). Sum of RGB (Red+Green+Blue) = 217+1+15=233 (30% of max value = 765). Red value is 217 (85.16% from 255 or 93.13% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 217 - color contains mainly: red. Hex color #D9010F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9010F is #26FEF0. Grayscale: #434343. Windows color (decimal): -2555633 or 983513. OLE color: 983513.
HSL color Cylindrical-coordinate representation of color #D9010F: hue angle of 356.11º 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 #D9010F is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 15 | - |
| CMYK | 0 | 1.00 | 0.93 | 0.15 |
| HSL | 356.11º | 0.99% | 0.43% | - |
| HSV(B) | 356.11º | 1% | 0.85% | - |
| XYZ | 28.71 | 14.81 | 1.8 | - |
| YUV | 67.18 | 98.56 | 234.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 15 | 0 | 1.00 | 0.93 | 0.15 | 356.11 | 0.99 | 0.43 |
| Hex | D9 | 1 | F | 0 | 64 | 5D | F | 164 | 63 | 2B |
| Octal | 331 | 1 | 17 | 0 | 144 | 135 | 17 | 544 | 143 | 53 |
| Binary | 11011001 | 1 | 1111 | 0 | 1100100 | 1011101 | 1111 | 101100100 | 1100011 | 101011 |
Color Harmonies of #D9010F
Complementary color
Monochromatic Colors of #D9010F
Black with #D9010F
Text Example
Text Example
White with #D9010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9010F; }
p { color: rgb(217,1,15); }
H1.HeaderClassName
{
color: #D9010F;
}
.AnyTagClassName
{
color: #D9010F;
}
</style>
background-color css
<style>
a { background-color: #D9010F; }
a { background-color: rgb(217,1,15); }
div.DivClassName
{
background-color: #D9010F;
}
.BgClassName
{
background-color: #D9010F;
}
</style>
border-color css
<style>
span { border-color: #D9010F; }
span { border-color: rgb(217,1,15); }
td.TdClassName
{
border-color: #D9010F;
}
.TagClassName
{
border-color: #D9010F;
}
</style>