Shades of Venetian Red #D60B16
Tints of Venetian Red #D60B16
RGB
CMYK
RGB Variations
Color information
#D60B16 (or 0xD60B16) is known color: Venetian Red. HEX triplet: D6, 0B and 16. RGB value is (214,11,22). Sum of RGB (Red+Green+Blue) = 214+11+22=247 (32% of max value = 765). Red value is 214 (83.98% from 255 or 86.64% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60B16 is #29F4E9. Grayscale: #494949. Windows color (decimal): -2749674 or 1444822. OLE color: 1444822.
HSL color Cylindrical-coordinate representation of color #D60B16: hue angle of 356.75º degrees, saturation: 0.9, 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 #D60B16 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 11 | 22 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.16 |
| HSL | 356.75º | 0.9% | 0.44% | - |
| HSV(B) | 356.75º | 0.95% | 0.84% | - |
| XYZ | 28 | 14.59 | 2.1 | - |
| YUV | 72.95 | 99.25 | 228.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 11 | 22 | 0 | 0.95 | 0.90 | 0.16 | 356.75 | 0.9 | 0.44 |
| Hex | D6 | B | 16 | 0 | 5F | 5A | 10 | 165 | 5A | 2C |
| Octal | 326 | 13 | 26 | 0 | 137 | 132 | 20 | 545 | 132 | 54 |
| Binary | 11010110 | 1011 | 10110 | 0 | 1011111 | 1011010 | 10000 | 101100101 | 1011010 | 101100 |
Color Harmonies of #D60B16
Complementary color
Monochromatic Colors of #D60B16
Black with #D60B16
Text Example
Text Example
White with #D60B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60B16; }
p { color: rgb(214,11,22); }
H1.HeaderClassName
{
color: #D60B16;
}
.AnyTagClassName
{
color: #D60B16;
}
</style>
background-color css
<style>
a { background-color: #D60B16; }
a { background-color: rgb(214,11,22); }
div.DivClassName
{
background-color: #D60B16;
}
.BgClassName
{
background-color: #D60B16;
}
</style>
border-color css
<style>
span { border-color: #D60B16; }
span { border-color: rgb(214,11,22); }
td.TdClassName
{
border-color: #D60B16;
}
.TagClassName
{
border-color: #D60B16;
}
</style>