Shades of Venetian Red #D40012
Tints of Venetian Red #D40012
RGB
CMYK
RGB Variations
Color information
#D40012 (or 0xD40012) is known color: Venetian Red. HEX triplet: D4, 00 and 12. RGB value is (212,0,18). Sum of RGB (Red+Green+Blue) = 212+0+18=230 (30% of max value = 765). Red value is 212 (83.20% from 255 or 92.17% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 212 - color contains mainly: red. Hex color #D40012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40012 is #2BFFED. Grayscale: #414141. Windows color (decimal): -2883566 or 1179860. OLE color: 1179860.
HSL color Cylindrical-coordinate representation of color #D40012: hue angle of 354.91º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D40012 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 0 | 18 | - |
| CMYK | 0 | 1 | 0.92 | 0.17 |
| HSL | 354.91º | 1% | 0.42% | - |
| HSV(B) | 354.91º | 1% | 0.83% | - |
| XYZ | 27.26 | 14.04 | 1.85 | - |
| YUV | 65.44 | 101.24 | 232.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 0 | 18 | 0 | 1 | 0.92 | 0.17 | 354.91 | 1 | 0.42 |
| Hex | D4 | 0 | 12 | 0 | 64 | 5C | 11 | 163 | 64 | 2A |
| Octal | 324 | 0 | 22 | 0 | 144 | 134 | 21 | 543 | 144 | 52 |
| Binary | 11010100 | 0 | 10010 | 0 | 1100100 | 1011100 | 10001 | 101100011 | 1100100 | 101010 |
Color Harmonies of #D40012
Complementary color
Monochromatic Colors of #D40012
Black with #D40012
Text Example
Text Example
White with #D40012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40012; }
p { color: rgb(212,0,18); }
H1.HeaderClassName
{
color: #D40012;
}
.AnyTagClassName
{
color: #D40012;
}
</style>
background-color css
<style>
a { background-color: #D40012; }
a { background-color: rgb(212,0,18); }
div.DivClassName
{
background-color: #D40012;
}
.BgClassName
{
background-color: #D40012;
}
</style>
border-color css
<style>
span { border-color: #D40012; }
span { border-color: rgb(212,0,18); }
td.TdClassName
{
border-color: #D40012;
}
.TagClassName
{
border-color: #D40012;
}
</style>