Shades of Venetian Red #D80018
Tints of Venetian Red #D80018
RGB
CMYK
RGB Variations
Color information
#D80018 (or 0xD80018) is known color: Venetian Red. HEX triplet: D8, 00 and 18. RGB value is (216,0,24). Sum of RGB (Red+Green+Blue) = 216+0+24=240 (31% of max value = 765). Red value is 216 (84.77% from 255 or 90% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 216 - color contains mainly: red. Hex color #D80018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80018 is #27FFE7. Grayscale: #434343. Windows color (decimal): -2621416 or 1573080. OLE color: 1573080.
HSL color Cylindrical-coordinate representation of color #D80018: hue angle of 353.33º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80018 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 0 | 24 | - |
| CMYK | 0 | 1 | 0.89 | 0.15 |
| HSL | 353.33º | 1% | 0.42% | - |
| HSV(B) | 353.33º | 1% | 0.85% | - |
| XYZ | 28.48 | 14.66 | 2.19 | - |
| YUV | 67.32 | 103.56 | 234.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 24 | 0 | 1 | 0.89 | 0.15 | 353.33 | 1 | 0.42 |
| Hex | D8 | 0 | 18 | 0 | 64 | 59 | F | 161 | 64 | 2A |
| Octal | 330 | 0 | 30 | 0 | 144 | 131 | 17 | 541 | 144 | 52 |
| Binary | 11011000 | 0 | 11000 | 0 | 1100100 | 1011001 | 1111 | 101100001 | 1100100 | 101010 |
Color Harmonies of #D80018
Complementary color
Monochromatic Colors of #D80018
Black with #D80018
Text Example
Text Example
White with #D80018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80018; }
p { color: rgb(216,0,24); }
H1.HeaderClassName
{
color: #D80018;
}
.AnyTagClassName
{
color: #D80018;
}
</style>
background-color css
<style>
a { background-color: #D80018; }
a { background-color: rgb(216,0,24); }
div.DivClassName
{
background-color: #D80018;
}
.BgClassName
{
background-color: #D80018;
}
</style>
border-color css
<style>
span { border-color: #D80018; }
span { border-color: rgb(216,0,24); }
td.TdClassName
{
border-color: #D80018;
}
.TagClassName
{
border-color: #D80018;
}
</style>