Shades of Venetian Red #D60019
Tints of Venetian Red #D60019
RGB
CMYK
RGB Variations
Color information
#D60019 (or 0xD60019) is known color: Venetian Red. HEX triplet: D6, 00 and 19. RGB value is (214,0,25). Sum of RGB (Red+Green+Blue) = 214+0+25=239 (31% of max value = 765). Red value is 214 (83.98% from 255 or 89.54% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 25 (10.16% from 255 or 10.46% from 239); Max value from RGB is 214 - color contains mainly: red. Hex color #D60019 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60019 is #29FFE6. Grayscale: #424242. Windows color (decimal): -2752487 or 1638614. OLE color: 1638614.
HSL color Cylindrical-coordinate representation of color #D60019: hue angle of 352.99º 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 #D60019 is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.88 | 0.16 |
| HSL | 352.99º | 1% | 0.42% | - |
| HSV(B) | 352.99º | 1% | 0.84% | - |
| XYZ | 27.91 | 14.37 | 2.22 | - |
| YUV | 66.84 | 104.4 | 232.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 25 | 0 | 1 | 0.88 | 0.16 | 352.99 | 1 | 0.42 |
| Hex | D6 | 0 | 19 | 0 | 64 | 58 | 10 | 161 | 64 | 2A |
| Octal | 326 | 0 | 31 | 0 | 144 | 130 | 20 | 541 | 144 | 52 |
| Binary | 11010110 | 0 | 11001 | 0 | 1100100 | 1011000 | 10000 | 101100001 | 1100100 | 101010 |
Color Harmonies of #D60019
Complementary color
Monochromatic Colors of #D60019
Black with #D60019
Text Example
Text Example
White with #D60019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60019; }
p { color: rgb(214,0,25); }
H1.HeaderClassName
{
color: #D60019;
}
.AnyTagClassName
{
color: #D60019;
}
</style>
background-color css
<style>
a { background-color: #D60019; }
a { background-color: rgb(214,0,25); }
div.DivClassName
{
background-color: #D60019;
}
.BgClassName
{
background-color: #D60019;
}
</style>
border-color css
<style>
span { border-color: #D60019; }
span { border-color: rgb(214,0,25); }
td.TdClassName
{
border-color: #D60019;
}
.TagClassName
{
border-color: #D60019;
}
</style>