Shades of Venetian Red #D8010D
Tints of Venetian Red #D8010D
RGB
CMYK
RGB Variations
Color information
#D8010D (or 0xD8010D) is known color: Venetian Red. HEX triplet: D8, 01 and 0D. RGB value is (216,1,13). Sum of RGB (Red+Green+Blue) = 216+1+13=230 (30% of max value = 765). Red value is 216 (84.77% from 255 or 93.91% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 216 - color contains mainly: red. Hex color #D8010D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D8010D is #27FEF2. Grayscale: #424242. Windows color (decimal): -2621171 or 852440. OLE color: 852440.
HSL color Cylindrical-coordinate representation of color #D8010D: hue angle of 356.65º 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 #D8010D is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 1 | 13 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.15 |
| HSL | 356.65º | 0.99% | 0.43% | - |
| HSV(B) | 356.65º | 1% | 0.85% | - |
| XYZ | 28.4 | 14.65 | 1.71 | - |
| YUV | 66.65 | 97.73 | 234.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 13 | 0 | 1.00 | 0.94 | 0.15 | 356.65 | 0.99 | 0.43 |
| Hex | D8 | 1 | D | 0 | 64 | 5E | F | 165 | 63 | 2B |
| Octal | 330 | 1 | 15 | 0 | 144 | 136 | 17 | 545 | 143 | 53 |
| Binary | 11011000 | 1 | 1101 | 0 | 1100100 | 1011110 | 1111 | 101100101 | 1100011 | 101011 |
Color Harmonies of #D8010D
Complementary color
Monochromatic Colors of #D8010D
Black with #D8010D
Text Example
Text Example
White with #D8010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8010D; }
p { color: rgb(216,1,13); }
H1.HeaderClassName
{
color: #D8010D;
}
.AnyTagClassName
{
color: #D8010D;
}
</style>
background-color css
<style>
a { background-color: #D8010D; }
a { background-color: rgb(216,1,13); }
div.DivClassName
{
background-color: #D8010D;
}
.BgClassName
{
background-color: #D8010D;
}
</style>
border-color css
<style>
span { border-color: #D8010D; }
span { border-color: rgb(216,1,13); }
td.TdClassName
{
border-color: #D8010D;
}
.TagClassName
{
border-color: #D8010D;
}
</style>