Shades of Venetian Red #D1010F
Tints of Venetian Red #D1010F
RGB
CMYK
RGB Variations
Color information
#D1010F (or 0xD1010F) is known color: Venetian Red. HEX triplet: D1, 01 and 0F. RGB value is (209,1,15). Sum of RGB (Red+Green+Blue) = 209+1+15=225 (29% of max value = 765). Red value is 209 (82.03% from 255 or 92.89% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 209 - color contains mainly: red. Hex color #D1010F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D1010F is #2EFEF0. Grayscale: #404040. Windows color (decimal): -3079921 or 983505. OLE color: 983505.
HSL color Cylindrical-coordinate representation of color #D1010F: hue angle of 355.96º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1010F is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 15 | - |
| CMYK | 0 | 1.00 | 0.93 | 0.18 |
| HSL | 355.96º | 0.99% | 0.41% | - |
| HSV(B) | 355.96º | 1% | 0.82% | - |
| XYZ | 26.39 | 13.61 | 1.69 | - |
| YUV | 64.79 | 99.91 | 230.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 15 | 0 | 1.00 | 0.93 | 0.18 | 355.96 | 0.99 | 0.41 |
| Hex | D1 | 1 | F | 0 | 64 | 5D | 12 | 164 | 63 | 29 |
| Octal | 321 | 1 | 17 | 0 | 144 | 135 | 22 | 544 | 143 | 51 |
| Binary | 11010001 | 1 | 1111 | 0 | 1100100 | 1011101 | 10010 | 101100100 | 1100011 | 101001 |
Color Harmonies of #D1010F
Complementary color
Monochromatic Colors of #D1010F
Black with #D1010F
Text Example
Text Example
White with #D1010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1010F; }
p { color: rgb(209,1,15); }
H1.HeaderClassName
{
color: #D1010F;
}
.AnyTagClassName
{
color: #D1010F;
}
</style>
background-color css
<style>
a { background-color: #D1010F; }
a { background-color: rgb(209,1,15); }
div.DivClassName
{
background-color: #D1010F;
}
.BgClassName
{
background-color: #D1010F;
}
</style>
border-color css
<style>
span { border-color: #D1010F; }
span { border-color: rgb(209,1,15); }
td.TdClassName
{
border-color: #D1010F;
}
.TagClassName
{
border-color: #D1010F;
}
</style>