Shades of Venetian Red #D60004
Tints of Venetian Red #D60004
RGB
CMYK
RGB Variations
Color information
#D60004 (or 0xD60004) is known color: Venetian Red. HEX triplet: D6, 00 and 04. RGB value is (214,0,4). Sum of RGB (Red+Green+Blue) = 214+0+4=218 (28% of max value = 765). Red value is 214 (83.98% from 255 or 98.17% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 4 (1.95% from 255 or 1.83% from 218); Max value from RGB is 214 - color contains mainly: red. Hex color #D60004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60004 is #29FFFB. Grayscale: #404040. Windows color (decimal): -2752508 or 262358. OLE color: 262358.
HSL color Cylindrical-coordinate representation of color #D60004: hue angle of 358.88º 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 #D60004 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.98 | 0.16 |
| HSL | 358.88º | 1% | 0.42% | - |
| HSV(B) | 358.88º | 1% | 0.84% | - |
| XYZ | 27.75 | 14.3 | 1.41 | - |
| YUV | 64.44 | 93.9 | 234.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 4 | 0 | 1 | 0.98 | 0.16 | 358.88 | 1 | 0.42 |
| Hex | D6 | 0 | 4 | 0 | 64 | 62 | 10 | 167 | 64 | 2A |
| Octal | 326 | 0 | 4 | 0 | 144 | 142 | 20 | 547 | 144 | 52 |
| Binary | 11010110 | 0 | 100 | 0 | 1100100 | 1100010 | 10000 | 101100111 | 1100100 | 101010 |
Color Harmonies of #D60004
Complementary color
Monochromatic Colors of #D60004
Black with #D60004
Text Example
Text Example
White with #D60004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60004; }
p { color: rgb(214,0,4); }
H1.HeaderClassName
{
color: #D60004;
}
.AnyTagClassName
{
color: #D60004;
}
</style>
background-color css
<style>
a { background-color: #D60004; }
a { background-color: rgb(214,0,4); }
div.DivClassName
{
background-color: #D60004;
}
.BgClassName
{
background-color: #D60004;
}
</style>
border-color css
<style>
span { border-color: #D60004; }
span { border-color: rgb(214,0,4); }
td.TdClassName
{
border-color: #D60004;
}
.TagClassName
{
border-color: #D60004;
}
</style>