Shades of Venetian Red #D1021E
Tints of Venetian Red #D1021E
RGB
CMYK
RGB Variations
Color information
#D1021E (or 0xD1021E) is known color: Venetian Red. HEX triplet: D1, 02 and 1E. RGB value is (209,2,30). Sum of RGB (Red+Green+Blue) = 209+2+30=241 (31% of max value = 765). Red value is 209 (82.03% from 255 or 86.72% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 209 - color contains mainly: red. Hex color #D1021E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1021E is #2EFDE1. Grayscale: #434343. Windows color (decimal): -3079650 or 1966801. OLE color: 1966801.
HSL color Cylindrical-coordinate representation of color #D1021E: hue angle of 351.88º 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 #D1021E is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 30 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.18 |
| HSL | 351.88º | 0.98% | 0.41% | - |
| HSV(B) | 351.88º | 0.99% | 0.82% | - |
| XYZ | 26.55 | 13.69 | 2.47 | - |
| YUV | 67.09 | 107.08 | 229.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 30 | 0 | 0.99 | 0.86 | 0.18 | 351.88 | 0.98 | 0.41 |
| Hex | D1 | 2 | 1E | 0 | 63 | 56 | 12 | 160 | 62 | 29 |
| Octal | 321 | 2 | 36 | 0 | 143 | 126 | 22 | 540 | 142 | 51 |
| Binary | 11010001 | 10 | 11110 | 0 | 1100011 | 1010110 | 10010 | 101100000 | 1100010 | 101001 |
Color Harmonies of #D1021E
Complementary color
Monochromatic Colors of #D1021E
Black with #D1021E
Text Example
Text Example
White with #D1021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1021E; }
p { color: rgb(209,2,30); }
H1.HeaderClassName
{
color: #D1021E;
}
.AnyTagClassName
{
color: #D1021E;
}
</style>
background-color css
<style>
a { background-color: #D1021E; }
a { background-color: rgb(209,2,30); }
div.DivClassName
{
background-color: #D1021E;
}
.BgClassName
{
background-color: #D1021E;
}
</style>
border-color css
<style>
span { border-color: #D1021E; }
span { border-color: rgb(209,2,30); }
td.TdClassName
{
border-color: #D1021E;
}
.TagClassName
{
border-color: #D1021E;
}
</style>