Shades of Venetian Red #D6080F
Tints of Venetian Red #D6080F
RGB
CMYK
RGB Variations
Color information
#D6080F (or 0xD6080F) is known color: Venetian Red. HEX triplet: D6, 08 and 0F. RGB value is (214,8,15). Sum of RGB (Red+Green+Blue) = 214+8+15=237 (31% of max value = 765). Red value is 214 (83.98% from 255 or 90.30% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 214 - color contains mainly: red. Hex color #D6080F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6080F is #29F7F0. Grayscale: #464646. Windows color (decimal): -2750449 or 985302. OLE color: 985302.
HSL color Cylindrical-coordinate representation of color #D6080F: hue angle of 357.96º 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 #D6080F is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 15 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.16 |
| HSL | 357.96º | 0.93% | 0.44% | - |
| HSV(B) | 357.96º | 0.96% | 0.84% | - |
| XYZ | 27.9 | 14.5 | 1.78 | - |
| YUV | 70.39 | 96.75 | 230.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 15 | 0 | 0.96 | 0.93 | 0.16 | 357.96 | 0.93 | 0.44 |
| Hex | D6 | 8 | F | 0 | 60 | 5D | 10 | 166 | 5D | 2C |
| Octal | 326 | 10 | 17 | 0 | 140 | 135 | 20 | 546 | 135 | 54 |
| Binary | 11010110 | 1000 | 1111 | 0 | 1100000 | 1011101 | 10000 | 101100110 | 1011101 | 101100 |
Color Harmonies of #D6080F
Complementary color
Monochromatic Colors of #D6080F
Black with #D6080F
Text Example
Text Example
White with #D6080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6080F; }
p { color: rgb(214,8,15); }
H1.HeaderClassName
{
color: #D6080F;
}
.AnyTagClassName
{
color: #D6080F;
}
</style>
background-color css
<style>
a { background-color: #D6080F; }
a { background-color: rgb(214,8,15); }
div.DivClassName
{
background-color: #D6080F;
}
.BgClassName
{
background-color: #D6080F;
}
</style>
border-color css
<style>
span { border-color: #D6080F; }
span { border-color: rgb(214,8,15); }
td.TdClassName
{
border-color: #D6080F;
}
.TagClassName
{
border-color: #D6080F;
}
</style>