Shades of Venetian Red #D10C12
Tints of Venetian Red #D10C12
RGB
CMYK
RGB Variations
Color information
#D10C12 (or 0xD10C12) is known color: Venetian Red. HEX triplet: D1, 0C and 12. RGB value is (209,12,18). Sum of RGB (Red+Green+Blue) = 209+12+18=239 (31% of max value = 765). Red value is 209 (82.03% from 255 or 87.45% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10C12 is #2EF3ED. Grayscale: #474747. Windows color (decimal): -3077102 or 1182929. OLE color: 1182929.
HSL color Cylindrical-coordinate representation of color #D10C12: hue angle of 358.17º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10C12 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 12 | 18 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.18 |
| HSL | 358.17º | 0.89% | 0.43% | - |
| HSV(B) | 358.17º | 0.94% | 0.82% | - |
| XYZ | 26.54 | 13.86 | 1.85 | - |
| YUV | 71.59 | 97.77 | 226.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 12 | 18 | 0 | 0.94 | 0.91 | 0.18 | 358.17 | 0.89 | 0.43 |
| Hex | D1 | C | 12 | 0 | 5E | 5B | 12 | 166 | 59 | 2B |
| Octal | 321 | 14 | 22 | 0 | 136 | 133 | 22 | 546 | 131 | 53 |
| Binary | 11010001 | 1100 | 10010 | 0 | 1011110 | 1011011 | 10010 | 101100110 | 1011001 | 101011 |
Color Harmonies of #D10C12
Complementary color
Monochromatic Colors of #D10C12
Black with #D10C12
Text Example
Text Example
White with #D10C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10C12; }
p { color: rgb(209,12,18); }
H1.HeaderClassName
{
color: #D10C12;
}
.AnyTagClassName
{
color: #D10C12;
}
</style>
background-color css
<style>
a { background-color: #D10C12; }
a { background-color: rgb(209,12,18); }
div.DivClassName
{
background-color: #D10C12;
}
.BgClassName
{
background-color: #D10C12;
}
</style>
border-color css
<style>
span { border-color: #D10C12; }
span { border-color: rgb(209,12,18); }
td.TdClassName
{
border-color: #D10C12;
}
.TagClassName
{
border-color: #D10C12;
}
</style>