Html Css Color HEX #DF250E Harley Davidson Orange
📋 copy color: '#DF250E'red 223 ◦ green 37 ◦ blue 14
Shades of Harley Davidson Orange #DF250E
Tints of Harley Davidson Orange #DF250E
RGB
CMYK
RGB Variations
Color information
#DF250E (or 0xDF250E) is known color: Harley Davidson Orange. HEX triplet: DF, 25 and 0E. RGB value is (223,37,14). Sum of RGB (Red+Green+Blue) = 223+37+14=274 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.39% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 223 - color contains mainly: red. Hex color #DF250E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF250E is #20DAF1. Grayscale: #5A5A5A. Windows color (decimal): -2153202 or 927199. OLE color: 927199.
HSL color Cylindrical-coordinate representation of color #DF250E: hue angle of 6.6º 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 #DF250E is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 14 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.13 |
| HSL | 6.6º | 0.88% | 0.46% | - |
| HSV(B) | 6.6º | 0.94% | 0.87% | - |
| XYZ | 31.17 | 17.04 | 2.06 | - |
| YUV | 89.99 | 85.12 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 14 | 0 | 0.83 | 0.94 | 0.13 | 6.6 | 0.88 | 0.46 |
| Hex | DF | 25 | E | 0 | 53 | 5E | D | 7 | 58 | 2E |
| Octal | 337 | 45 | 16 | 0 | 123 | 136 | 15 | 7 | 130 | 56 |
| Binary | 11011111 | 100101 | 1110 | 0 | 1010011 | 1011110 | 1101 | 111 | 1011000 | 101110 |
Color Harmonies of #DF250E
Complementary color
Monochromatic Colors of #DF250E
Black with #DF250E
Text Example
Text Example
White with #DF250E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF250E; }
p { color: rgb(223,37,14); }
H1.HeaderClassName
{
color: #DF250E;
}
.AnyTagClassName
{
color: #DF250E;
}
</style>
background-color css
<style>
a { background-color: #DF250E; }
a { background-color: rgb(223,37,14); }
div.DivClassName
{
background-color: #DF250E;
}
.BgClassName
{
background-color: #DF250E;
}
</style>
border-color css
<style>
span { border-color: #DF250E; }
span { border-color: rgb(223,37,14); }
td.TdClassName
{
border-color: #DF250E;
}
.TagClassName
{
border-color: #DF250E;
}
</style>