Shades of Venetian Red #D60A14
Tints of Venetian Red #D60A14
RGB
CMYK
RGB Variations
Color information
#D60A14 (or 0xD60A14) is known color: Venetian Red. HEX triplet: D6, 0A and 14. RGB value is (214,10,20). Sum of RGB (Red+Green+Blue) = 214+10+20=244 (32% of max value = 765). Red value is 214 (83.98% from 255 or 87.70% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 214 - color contains mainly: red. Hex color #D60A14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60A14 is #29F5EB. Grayscale: #484848. Windows color (decimal): -2749932 or 1313494. OLE color: 1313494.
HSL color Cylindrical-coordinate representation of color #D60A14: hue angle of 357.06º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60A14 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 10 | 20 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.16 |
| HSL | 357.06º | 0.91% | 0.44% | - |
| HSV(B) | 357.06º | 0.95% | 0.84% | - |
| XYZ | 27.97 | 14.56 | 2 | - |
| YUV | 72.14 | 98.59 | 229.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 20 | 0 | 0.95 | 0.91 | 0.16 | 357.06 | 0.91 | 0.44 |
| Hex | D6 | A | 14 | 0 | 5F | 5B | 10 | 165 | 5B | 2C |
| Octal | 326 | 12 | 24 | 0 | 137 | 133 | 20 | 545 | 133 | 54 |
| Binary | 11010110 | 1010 | 10100 | 0 | 1011111 | 1011011 | 10000 | 101100101 | 1011011 | 101100 |
Color Harmonies of #D60A14
Complementary color
Monochromatic Colors of #D60A14
Black with #D60A14
Text Example
Text Example
White with #D60A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60A14; }
p { color: rgb(214,10,20); }
H1.HeaderClassName
{
color: #D60A14;
}
.AnyTagClassName
{
color: #D60A14;
}
</style>
background-color css
<style>
a { background-color: #D60A14; }
a { background-color: rgb(214,10,20); }
div.DivClassName
{
background-color: #D60A14;
}
.BgClassName
{
background-color: #D60A14;
}
</style>
border-color css
<style>
span { border-color: #D60A14; }
span { border-color: rgb(214,10,20); }
td.TdClassName
{
border-color: #D60A14;
}
.TagClassName
{
border-color: #D60A14;
}
</style>