Shades of Venetian Red #D40C11
Tints of Venetian Red #D40C11
RGB
CMYK
RGB Variations
Color information
#D40C11 (or 0xD40C11) is known color: Venetian Red. HEX triplet: D4, 0C and 11. RGB value is (212,12,17). Sum of RGB (Red+Green+Blue) = 212+12+17=241 (31% of max value = 765). Red value is 212 (83.20% from 255 or 87.97% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 212 - color contains mainly: red. Hex color #D40C11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40C11 is #2BF3EE. Grayscale: #484848. Windows color (decimal): -2880495 or 1117396. OLE color: 1117396.
HSL color Cylindrical-coordinate representation of color #D40C11: hue angle of 358.5º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40C11 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 12 | 17 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.17 |
| HSL | 358.5º | 0.89% | 0.44% | - |
| HSV(B) | 358.5º | 0.94% | 0.83% | - |
| XYZ | 27.38 | 14.3 | 1.85 | - |
| YUV | 72.37 | 96.76 | 227.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 12 | 17 | 0 | 0.94 | 0.92 | 0.17 | 358.5 | 0.89 | 0.44 |
| Hex | D4 | C | 11 | 0 | 5E | 5C | 11 | 166 | 59 | 2C |
| Octal | 324 | 14 | 21 | 0 | 136 | 134 | 21 | 546 | 131 | 54 |
| Binary | 11010100 | 1100 | 10001 | 0 | 1011110 | 1011100 | 10001 | 101100110 | 1011001 | 101100 |
Color Harmonies of #D40C11
Complementary color
Monochromatic Colors of #D40C11
Black with #D40C11
Text Example
Text Example
White with #D40C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40C11; }
p { color: rgb(212,12,17); }
H1.HeaderClassName
{
color: #D40C11;
}
.AnyTagClassName
{
color: #D40C11;
}
</style>
background-color css
<style>
a { background-color: #D40C11; }
a { background-color: rgb(212,12,17); }
div.DivClassName
{
background-color: #D40C11;
}
.BgClassName
{
background-color: #D40C11;
}
</style>
border-color css
<style>
span { border-color: #D40C11; }
span { border-color: rgb(212,12,17); }
td.TdClassName
{
border-color: #D40C11;
}
.TagClassName
{
border-color: #D40C11;
}
</style>