Shades of Venetian Red #D6080A
Tints of Venetian Red #D6080A
RGB
CMYK
RGB Variations
Color information
#D6080A (or 0xD6080A) is known color: Venetian Red. HEX triplet: D6, 08 and 0A. RGB value is (214,8,10). Sum of RGB (Red+Green+Blue) = 214+8+10=232 (30% of max value = 765). Red value is 214 (83.98% from 255 or 92.24% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 214 - color contains mainly: red. Hex color #D6080A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6080A is #29F7F5. Grayscale: #464646. Windows color (decimal): -2750454 or 657622. OLE color: 657622.
HSL color Cylindrical-coordinate representation of color #D6080A: hue angle of 359.42º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D6080A is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 10 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.16 |
| HSL | 359.42º | 0.93% | 0.44% | - |
| HSV(B) | 359.42º | 0.96% | 0.84% | - |
| XYZ | 27.87 | 14.49 | 1.62 | - |
| YUV | 69.82 | 94.25 | 230.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 10 | 0 | 0.96 | 0.95 | 0.16 | 359.42 | 0.93 | 0.44 |
| Hex | D6 | 8 | A | 0 | 60 | 5F | 10 | 167 | 5D | 2C |
| Octal | 326 | 10 | 12 | 0 | 140 | 137 | 20 | 547 | 135 | 54 |
| Binary | 11010110 | 1000 | 1010 | 0 | 1100000 | 1011111 | 10000 | 101100111 | 1011101 | 101100 |
Color Harmonies of #D6080A
Complementary color
Monochromatic Colors of #D6080A
Black with #D6080A
Text Example
Text Example
White with #D6080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6080A; }
p { color: rgb(214,8,10); }
H1.HeaderClassName
{
color: #D6080A;
}
.AnyTagClassName
{
color: #D6080A;
}
</style>
background-color css
<style>
a { background-color: #D6080A; }
a { background-color: rgb(214,8,10); }
div.DivClassName
{
background-color: #D6080A;
}
.BgClassName
{
background-color: #D6080A;
}
</style>
border-color css
<style>
span { border-color: #D6080A; }
span { border-color: rgb(214,8,10); }
td.TdClassName
{
border-color: #D6080A;
}
.TagClassName
{
border-color: #D6080A;
}
</style>