Shades of Venetian Red #D8020F
Tints of Venetian Red #D8020F
RGB
CMYK
RGB Variations
Color information
#D8020F (or 0xD8020F) is known color: Venetian Red. HEX triplet: D8, 02 and 0F. RGB value is (216,2,15). Sum of RGB (Red+Green+Blue) = 216+2+15=233 (30% of max value = 765). Red value is 216 (84.77% from 255 or 92.70% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 216 - color contains mainly: red. Hex color #D8020F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D8020F is #27FDF0. Grayscale: #434343. Windows color (decimal): -2620913 or 983768. OLE color: 983768.
HSL color Cylindrical-coordinate representation of color #D8020F: hue angle of 356.36º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D8020F is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 15 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.15 |
| HSL | 356.36º | 0.98% | 0.43% | - |
| HSV(B) | 356.36º | 0.99% | 0.85% | - |
| XYZ | 28.43 | 14.68 | 1.79 | - |
| YUV | 67.47 | 98.4 | 233.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 15 | 0 | 0.99 | 0.93 | 0.15 | 356.36 | 0.98 | 0.43 |
| Hex | D8 | 2 | F | 0 | 63 | 5D | F | 164 | 62 | 2B |
| Octal | 330 | 2 | 17 | 0 | 143 | 135 | 17 | 544 | 142 | 53 |
| Binary | 11011000 | 10 | 1111 | 0 | 1100011 | 1011101 | 1111 | 101100100 | 1100010 | 101011 |
Color Harmonies of #D8020F
Complementary color
Monochromatic Colors of #D8020F
Black with #D8020F
Text Example
Text Example
White with #D8020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8020F; }
p { color: rgb(216,2,15); }
H1.HeaderClassName
{
color: #D8020F;
}
.AnyTagClassName
{
color: #D8020F;
}
</style>
background-color css
<style>
a { background-color: #D8020F; }
a { background-color: rgb(216,2,15); }
div.DivClassName
{
background-color: #D8020F;
}
.BgClassName
{
background-color: #D8020F;
}
</style>
border-color css
<style>
span { border-color: #D8020F; }
span { border-color: rgb(216,2,15); }
td.TdClassName
{
border-color: #D8020F;
}
.TagClassName
{
border-color: #D8020F;
}
</style>