Html Css Color HEX #DF190F Harley Davidson Orange
📋 copy color: '#DF190F'red 223 ◦ green 25 ◦ blue 15
Shades of Harley Davidson Orange #DF190F
Tints of Harley Davidson Orange #DF190F
RGB
CMYK
RGB Variations
Color information
#DF190F (or 0xDF190F) is known color: Harley Davidson Orange. HEX triplet: DF, 19 and 0F. RGB value is (223,25,15). Sum of RGB (Red+Green+Blue) = 223+25+15=263 (34% of max value = 765). Red value is 223 (87.5% from 255 or 84.79% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 223 - color contains mainly: red. Hex color #DF190F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF190F is #20E6F0. Grayscale: #535353. Windows color (decimal): -2156273 or 989663. OLE color: 989663.
HSL color Cylindrical-coordinate representation of color #DF190F: hue angle of 2.88º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF190F is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 15 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.13 |
| HSL | 2.88º | 0.87% | 0.47% | - |
| HSV(B) | 2.88º | 0.93% | 0.87% | - |
| XYZ | 30.87 | 16.42 | 1.99 | - |
| YUV | 83.06 | 89.6 | 227.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 15 | 0 | 0.89 | 0.93 | 0.13 | 2.88 | 0.87 | 0.47 |
| Hex | DF | 19 | F | 0 | 59 | 5D | D | 3 | 57 | 2F |
| Octal | 337 | 31 | 17 | 0 | 131 | 135 | 15 | 3 | 127 | 57 |
| Binary | 11011111 | 11001 | 1111 | 0 | 1011001 | 1011101 | 1101 | 11 | 1010111 | 101111 |
Color Harmonies of #DF190F
Complementary color
Monochromatic Colors of #DF190F
Black with #DF190F
Text Example
Text Example
White with #DF190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF190F; }
p { color: rgb(223,25,15); }
H1.HeaderClassName
{
color: #DF190F;
}
.AnyTagClassName
{
color: #DF190F;
}
</style>
background-color css
<style>
a { background-color: #DF190F; }
a { background-color: rgb(223,25,15); }
div.DivClassName
{
background-color: #DF190F;
}
.BgClassName
{
background-color: #DF190F;
}
</style>
border-color css
<style>
span { border-color: #DF190F; }
span { border-color: rgb(223,25,15); }
td.TdClassName
{
border-color: #DF190F;
}
.TagClassName
{
border-color: #DF190F;
}
</style>