Shades of Venetian Red #D40C10
Tints of Venetian Red #D40C10
RGB
CMYK
RGB Variations
Color information
#D40C10 (or 0xD40C10) is known color: Venetian Red. HEX triplet: D4, 0C and 10. RGB value is (212,12,16). Sum of RGB (Red+Green+Blue) = 212+12+16=240 (31% of max value = 765). Red value is 212 (83.20% from 255 or 88.33% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 212 - color contains mainly: red. Hex color #D40C10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40C10 is #2BF3EF. Grayscale: #484848. Windows color (decimal): -2880496 or 1051860. OLE color: 1051860.
HSL color Cylindrical-coordinate representation of color #D40C10: hue angle of 358.8º 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 #D40C10 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 12 | 16 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.17 |
| HSL | 358.8º | 0.89% | 0.44% | - |
| HSV(B) | 358.8º | 0.94% | 0.83% | - |
| XYZ | 27.38 | 14.3 | 1.81 | - |
| YUV | 72.26 | 96.26 | 227.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 12 | 16 | 0 | 0.94 | 0.92 | 0.17 | 358.8 | 0.89 | 0.44 |
| Hex | D4 | C | 10 | 0 | 5E | 5C | 11 | 167 | 59 | 2C |
| Octal | 324 | 14 | 20 | 0 | 136 | 134 | 21 | 547 | 131 | 54 |
| Binary | 11010100 | 1100 | 10000 | 0 | 1011110 | 1011100 | 10001 | 101100111 | 1011001 | 101100 |
Color Harmonies of #D40C10
Complementary color
Monochromatic Colors of #D40C10
Black with #D40C10
Text Example
Text Example
White with #D40C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40C10; }
p { color: rgb(212,12,16); }
H1.HeaderClassName
{
color: #D40C10;
}
.AnyTagClassName
{
color: #D40C10;
}
</style>
background-color css
<style>
a { background-color: #D40C10; }
a { background-color: rgb(212,12,16); }
div.DivClassName
{
background-color: #D40C10;
}
.BgClassName
{
background-color: #D40C10;
}
</style>
border-color css
<style>
span { border-color: #D40C10; }
span { border-color: rgb(212,12,16); }
td.TdClassName
{
border-color: #D40C10;
}
.TagClassName
{
border-color: #D40C10;
}
</style>