Html Css Color HEX #DF190E Harley Davidson Orange
📋 copy color: '#DF190E'red 223 ◦ green 25 ◦ blue 14
Shades of Harley Davidson Orange #DF190E
Tints of Harley Davidson Orange #DF190E
RGB
CMYK
RGB Variations
Color information
#DF190E (or 0xDF190E) is known color: Harley Davidson Orange. HEX triplet: DF, 19 and 0E. RGB value is (223,25,14). Sum of RGB (Red+Green+Blue) = 223+25+14=262 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.11% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 223 - color contains mainly: red. Hex color #DF190E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF190E is #20E6F1. Grayscale: #535353. Windows color (decimal): -2156274 or 924127. OLE color: 924127.
HSL color Cylindrical-coordinate representation of color #DF190E: hue angle of 3.16º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF190E is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 14 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.13 |
| HSL | 3.16º | 0.88% | 0.46% | - |
| HSV(B) | 3.16º | 0.94% | 0.87% | - |
| XYZ | 30.86 | 16.41 | 1.96 | - |
| YUV | 82.95 | 89.1 | 227.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 14 | 0 | 0.89 | 0.94 | 0.13 | 3.16 | 0.88 | 0.46 |
| Hex | DF | 19 | E | 0 | 59 | 5E | D | 3 | 58 | 2E |
| Octal | 337 | 31 | 16 | 0 | 131 | 136 | 15 | 3 | 130 | 56 |
| Binary | 11011111 | 11001 | 1110 | 0 | 1011001 | 1011110 | 1101 | 11 | 1011000 | 101110 |
Color Harmonies of #DF190E
Complementary color
Monochromatic Colors of #DF190E
Black with #DF190E
Text Example
Text Example
White with #DF190E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF190E; }
p { color: rgb(223,25,14); }
H1.HeaderClassName
{
color: #DF190E;
}
.AnyTagClassName
{
color: #DF190E;
}
</style>
background-color css
<style>
a { background-color: #DF190E; }
a { background-color: rgb(223,25,14); }
div.DivClassName
{
background-color: #DF190E;
}
.BgClassName
{
background-color: #DF190E;
}
</style>
border-color css
<style>
span { border-color: #DF190E; }
span { border-color: rgb(223,25,14); }
td.TdClassName
{
border-color: #DF190E;
}
.TagClassName
{
border-color: #DF190E;
}
</style>