Shades of Venetian Red #D1020D
Tints of Venetian Red #D1020D
RGB
CMYK
RGB Variations
Color information
#D1020D (or 0xD1020D) is known color: Venetian Red. HEX triplet: D1, 02 and 0D. RGB value is (209,2,13). Sum of RGB (Red+Green+Blue) = 209+2+13=224 (29% of max value = 765). Red value is 209 (82.03% from 255 or 93.30% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 209 - color contains mainly: red. Hex color #D1020D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D1020D is #2EFDF2. Grayscale: #414141. Windows color (decimal): -3079667 or 852689. OLE color: 852689.
HSL color Cylindrical-coordinate representation of color #D1020D: hue angle of 356.81º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1020D is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 13 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.18 |
| HSL | 356.81º | 0.98% | 0.41% | - |
| HSV(B) | 356.81º | 0.99% | 0.82% | - |
| XYZ | 26.39 | 13.63 | 1.62 | - |
| YUV | 65.15 | 98.58 | 230.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 13 | 0 | 0.99 | 0.94 | 0.18 | 356.81 | 0.98 | 0.41 |
| Hex | D1 | 2 | D | 0 | 63 | 5E | 12 | 165 | 62 | 29 |
| Octal | 321 | 2 | 15 | 0 | 143 | 136 | 22 | 545 | 142 | 51 |
| Binary | 11010001 | 10 | 1101 | 0 | 1100011 | 1011110 | 10010 | 101100101 | 1100010 | 101001 |
Color Harmonies of #D1020D
Complementary color
Monochromatic Colors of #D1020D
Black with #D1020D
Text Example
Text Example
White with #D1020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1020D; }
p { color: rgb(209,2,13); }
H1.HeaderClassName
{
color: #D1020D;
}
.AnyTagClassName
{
color: #D1020D;
}
</style>
background-color css
<style>
a { background-color: #D1020D; }
a { background-color: rgb(209,2,13); }
div.DivClassName
{
background-color: #D1020D;
}
.BgClassName
{
background-color: #D1020D;
}
</style>
border-color css
<style>
span { border-color: #D1020D; }
span { border-color: rgb(209,2,13); }
td.TdClassName
{
border-color: #D1020D;
}
.TagClassName
{
border-color: #D1020D;
}
</style>