Shades of Venetian Red #D20E12
Tints of Venetian Red #D20E12
RGB
CMYK
RGB Variations
Color information
#D20E12 (or 0xD20E12) is known color: Venetian Red. HEX triplet: D2, 0E and 12. RGB value is (210,14,18). Sum of RGB (Red+Green+Blue) = 210+14+18=242 (32% of max value = 765). Red value is 210 (82.42% from 255 or 86.78% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 210 - color contains mainly: red. Hex color #D20E12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20E12 is #2DF1ED. Grayscale: #494949. Windows color (decimal): -3011054 or 1183442. OLE color: 1183442.
HSL color Cylindrical-coordinate representation of color #D20E12: hue angle of 358.78º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D20E12 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 14 | 18 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.18 |
| HSL | 358.78º | 0.88% | 0.44% | - |
| HSV(B) | 358.78º | 0.93% | 0.82% | - |
| XYZ | 26.84 | 14.06 | 1.87 | - |
| YUV | 73.06 | 96.93 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 14 | 18 | 0 | 0.93 | 0.91 | 0.18 | 358.78 | 0.88 | 0.44 |
| Hex | D2 | E | 12 | 0 | 5D | 5B | 12 | 167 | 58 | 2C |
| Octal | 322 | 16 | 22 | 0 | 135 | 133 | 22 | 547 | 130 | 54 |
| Binary | 11010010 | 1110 | 10010 | 0 | 1011101 | 1011011 | 10010 | 101100111 | 1011000 | 101100 |
Color Harmonies of #D20E12
Complementary color
Monochromatic Colors of #D20E12
Black with #D20E12
Text Example
Text Example
White with #D20E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20E12; }
p { color: rgb(210,14,18); }
H1.HeaderClassName
{
color: #D20E12;
}
.AnyTagClassName
{
color: #D20E12;
}
</style>
background-color css
<style>
a { background-color: #D20E12; }
a { background-color: rgb(210,14,18); }
div.DivClassName
{
background-color: #D20E12;
}
.BgClassName
{
background-color: #D20E12;
}
</style>
border-color css
<style>
span { border-color: #D20E12; }
span { border-color: rgb(210,14,18); }
td.TdClassName
{
border-color: #D20E12;
}
.TagClassName
{
border-color: #D20E12;
}
</style>