Shades of Venetian Red #D60012
Tints of Venetian Red #D60012
RGB
CMYK
RGB Variations
Color information
#D60012 (or 0xD60012) is known color: Venetian Red. HEX triplet: D6, 00 and 12. RGB value is (214,0,18). Sum of RGB (Red+Green+Blue) = 214+0+18=232 (30% of max value = 765). Red value is 214 (83.98% from 255 or 92.24% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 214 - color contains mainly: red. Hex color #D60012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60012 is #29FFED. Grayscale: #424242. Windows color (decimal): -2752494 or 1179862. OLE color: 1179862.
HSL color Cylindrical-coordinate representation of color #D60012: hue angle of 354.95º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60012 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 18 | - |
| CMYK | 0 | 1 | 0.92 | 0.16 |
| HSL | 354.95º | 1% | 0.42% | - |
| HSV(B) | 354.95º | 1% | 0.84% | - |
| XYZ | 27.84 | 14.34 | 1.87 | - |
| YUV | 66.04 | 100.9 | 233.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 18 | 0 | 1 | 0.92 | 0.16 | 354.95 | 1 | 0.42 |
| Hex | D6 | 0 | 12 | 0 | 64 | 5C | 10 | 163 | 64 | 2A |
| Octal | 326 | 0 | 22 | 0 | 144 | 134 | 20 | 543 | 144 | 52 |
| Binary | 11010110 | 0 | 10010 | 0 | 1100100 | 1011100 | 10000 | 101100011 | 1100100 | 101010 |
Color Harmonies of #D60012
Complementary color
Monochromatic Colors of #D60012
Black with #D60012
Text Example
Text Example
White with #D60012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60012; }
p { color: rgb(214,0,18); }
H1.HeaderClassName
{
color: #D60012;
}
.AnyTagClassName
{
color: #D60012;
}
</style>
background-color css
<style>
a { background-color: #D60012; }
a { background-color: rgb(214,0,18); }
div.DivClassName
{
background-color: #D60012;
}
.BgClassName
{
background-color: #D60012;
}
</style>
border-color css
<style>
span { border-color: #D60012; }
span { border-color: rgb(214,0,18); }
td.TdClassName
{
border-color: #D60012;
}
.TagClassName
{
border-color: #D60012;
}
</style>