Shades of Venetian Red #D6000A
Tints of Venetian Red #D6000A
RGB
CMYK
RGB Variations
Color information
#D6000A (or 0xD6000A) is known color: Venetian Red. HEX triplet: D6, 00 and 0A. RGB value is (214,0,10). Sum of RGB (Red+Green+Blue) = 214+0+10=224 (29% of max value = 765). Red value is 214 (83.98% from 255 or 95.54% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 10 (4.30% from 255 or 4.46% from 224); Max value from RGB is 214 - color contains mainly: red. Hex color #D6000A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6000A is #29FFF5. Grayscale: #414141. Windows color (decimal): -2752502 or 655574. OLE color: 655574.
HSL color Cylindrical-coordinate representation of color #D6000A: hue angle of 357.2º 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 #D6000A is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.95 | 0.16 |
| HSL | 357.2º | 1% | 0.42% | - |
| HSV(B) | 357.2º | 1% | 0.84% | - |
| XYZ | 27.79 | 14.32 | 1.59 | - |
| YUV | 65.13 | 96.9 | 234.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 10 | 0 | 1 | 0.95 | 0.16 | 357.2 | 1 | 0.42 |
| Hex | D6 | 0 | A | 0 | 64 | 5F | 10 | 165 | 64 | 2A |
| Octal | 326 | 0 | 12 | 0 | 144 | 137 | 20 | 545 | 144 | 52 |
| Binary | 11010110 | 0 | 1010 | 0 | 1100100 | 1011111 | 10000 | 101100101 | 1100100 | 101010 |
Color Harmonies of #D6000A
Complementary color
Monochromatic Colors of #D6000A
Black with #D6000A
Text Example
Text Example
White with #D6000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6000A; }
p { color: rgb(214,0,10); }
H1.HeaderClassName
{
color: #D6000A;
}
.AnyTagClassName
{
color: #D6000A;
}
</style>
background-color css
<style>
a { background-color: #D6000A; }
a { background-color: rgb(214,0,10); }
div.DivClassName
{
background-color: #D6000A;
}
.BgClassName
{
background-color: #D6000A;
}
</style>
border-color css
<style>
span { border-color: #D6000A; }
span { border-color: rgb(214,0,10); }
td.TdClassName
{
border-color: #D6000A;
}
.TagClassName
{
border-color: #D6000A;
}
</style>