Shades of Venetian Red #D0080F
Tints of Venetian Red #D0080F
RGB
CMYK
RGB Variations
Color information
#D0080F (or 0xD0080F) is known color: Venetian Red. HEX triplet: D0, 08 and 0F. RGB value is (208,8,15). Sum of RGB (Red+Green+Blue) = 208+8+15=231 (30% of max value = 765). Red value is 208 (81.64% from 255 or 90.04% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 208 - color contains mainly: red. Hex color #D0080F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0080F is #2FF7F0. Grayscale: #444444. Windows color (decimal): -3143665 or 985296. OLE color: 985296.
HSL color Cylindrical-coordinate representation of color #D0080F: hue angle of 357.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0080F is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 15 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.18 |
| HSL | 357.9º | 0.93% | 0.42% | - |
| HSV(B) | 357.9º | 0.96% | 0.82% | - |
| XYZ | 26.19 | 13.62 | 1.7 | - |
| YUV | 68.6 | 97.76 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 15 | 0 | 0.96 | 0.93 | 0.18 | 357.9 | 0.93 | 0.42 |
| Hex | D0 | 8 | F | 0 | 60 | 5D | 12 | 166 | 5D | 2A |
| Octal | 320 | 10 | 17 | 0 | 140 | 135 | 22 | 546 | 135 | 52 |
| Binary | 11010000 | 1000 | 1111 | 0 | 1100000 | 1011101 | 10010 | 101100110 | 1011101 | 101010 |
Color Harmonies of #D0080F
Complementary color
Monochromatic Colors of #D0080F
Black with #D0080F
Text Example
Text Example
White with #D0080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0080F; }
p { color: rgb(208,8,15); }
H1.HeaderClassName
{
color: #D0080F;
}
.AnyTagClassName
{
color: #D0080F;
}
</style>
background-color css
<style>
a { background-color: #D0080F; }
a { background-color: rgb(208,8,15); }
div.DivClassName
{
background-color: #D0080F;
}
.BgClassName
{
background-color: #D0080F;
}
</style>
border-color css
<style>
span { border-color: #D0080F; }
span { border-color: rgb(208,8,15); }
td.TdClassName
{
border-color: #D0080F;
}
.TagClassName
{
border-color: #D0080F;
}
</style>