Shades of Venetian Red #D9020D
Tints of Venetian Red #D9020D
RGB
CMYK
RGB Variations
Color information
#D9020D (or 0xD9020D) is known color: Venetian Red. HEX triplet: D9, 02 and 0D. RGB value is (217,2,13). Sum of RGB (Red+Green+Blue) = 217+2+13=232 (30% of max value = 765). Red value is 217 (85.16% from 255 or 93.53% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 217 - color contains mainly: red. Hex color #D9020D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9020D is #26FDF2. Grayscale: #434343. Windows color (decimal): -2555379 or 852697. OLE color: 852697.
HSL color Cylindrical-coordinate representation of color #D9020D: hue angle of 356.93º 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 #D9020D is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 2 | 13 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.15 |
| HSL | 356.93º | 0.98% | 0.43% | - |
| HSV(B) | 356.93º | 0.99% | 0.85% | - |
| XYZ | 28.71 | 14.82 | 1.73 | - |
| YUV | 67.54 | 97.23 | 234.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 13 | 0 | 0.99 | 0.94 | 0.15 | 356.93 | 0.98 | 0.43 |
| Hex | D9 | 2 | D | 0 | 63 | 5E | F | 165 | 62 | 2B |
| Octal | 331 | 2 | 15 | 0 | 143 | 136 | 17 | 545 | 142 | 53 |
| Binary | 11011001 | 10 | 1101 | 0 | 1100011 | 1011110 | 1111 | 101100101 | 1100010 | 101011 |
Color Harmonies of #D9020D
Complementary color
Monochromatic Colors of #D9020D
Black with #D9020D
Text Example
Text Example
White with #D9020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9020D; }
p { color: rgb(217,2,13); }
H1.HeaderClassName
{
color: #D9020D;
}
.AnyTagClassName
{
color: #D9020D;
}
</style>
background-color css
<style>
a { background-color: #D9020D; }
a { background-color: rgb(217,2,13); }
div.DivClassName
{
background-color: #D9020D;
}
.BgClassName
{
background-color: #D9020D;
}
</style>
border-color css
<style>
span { border-color: #D9020D; }
span { border-color: rgb(217,2,13); }
td.TdClassName
{
border-color: #D9020D;
}
.TagClassName
{
border-color: #D9020D;
}
</style>