Shades of Venetian Red #D60A0B
Tints of Venetian Red #D60A0B
RGB
CMYK
RGB Variations
Color information
#D60A0B (or 0xD60A0B) is known color: Venetian Red. HEX triplet: D6, 0A and 0B. RGB value is (214,10,11). Sum of RGB (Red+Green+Blue) = 214+10+11=235 (31% of max value = 765). Red value is 214 (83.98% from 255 or 91.06% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 214 - color contains mainly: red. Hex color #D60A0B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60A0B is #29F5F4. Grayscale: #474747. Windows color (decimal): -2749941 or 723670. OLE color: 723670.
HSL color Cylindrical-coordinate representation of color #D60A0B: hue angle of 359.71º 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 #D60A0B is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 10 | 11 | - |
| CMYK | 0 | 0.95 | 0.95 | 0.16 |
| HSL | 359.71º | 0.91% | 0.44% | - |
| HSV(B) | 359.71º | 0.95% | 0.84% | - |
| XYZ | 27.9 | 14.54 | 1.65 | - |
| YUV | 71.11 | 94.09 | 229.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 11 | 0 | 0.95 | 0.95 | 0.16 | 359.71 | 0.91 | 0.44 |
| Hex | D6 | A | B | 0 | 5F | 5F | 10 | 168 | 5B | 2C |
| Octal | 326 | 12 | 13 | 0 | 137 | 137 | 20 | 550 | 133 | 54 |
| Binary | 11010110 | 1010 | 1011 | 0 | 1011111 | 1011111 | 10000 | 101101000 | 1011011 | 101100 |
Color Harmonies of #D60A0B
Complementary color
Monochromatic Colors of #D60A0B
Black with #D60A0B
Text Example
Text Example
White with #D60A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60A0B; }
p { color: rgb(214,10,11); }
H1.HeaderClassName
{
color: #D60A0B;
}
.AnyTagClassName
{
color: #D60A0B;
}
</style>
background-color css
<style>
a { background-color: #D60A0B; }
a { background-color: rgb(214,10,11); }
div.DivClassName
{
background-color: #D60A0B;
}
.BgClassName
{
background-color: #D60A0B;
}
</style>
border-color css
<style>
span { border-color: #D60A0B; }
span { border-color: rgb(214,10,11); }
td.TdClassName
{
border-color: #D60A0B;
}
.TagClassName
{
border-color: #D60A0B;
}
</style>