Html Css Color HEX #DF2417 Harley Davidson Orange
📋 copy color: '#DF2417'red 223 ◦ green 36 ◦ blue 23
Shades of Harley Davidson Orange #DF2417
Tints of Harley Davidson Orange #DF2417
RGB
CMYK
RGB Variations
Color information
#DF2417 (or 0xDF2417) is known color: Harley Davidson Orange. HEX triplet: DF, 24 and 17. RGB value is (223,36,23). Sum of RGB (Red+Green+Blue) = 223+36+23=282 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.08% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2417 is #20DBE8. Grayscale: #5A5A5A. Windows color (decimal): -2153449 or 1516767. OLE color: 1516767.
HSL color Cylindrical-coordinate representation of color #DF2417: hue angle of 3.9º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF2417 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 23 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.13 |
| HSL | 3.9º | 0.81% | 0.48% | - |
| HSV(B) | 3.9º | 0.9% | 0.87% | - |
| XYZ | 31.22 | 17.01 | 2.45 | - |
| YUV | 90.43 | 89.95 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 23 | 0 | 0.84 | 0.90 | 0.13 | 3.9 | 0.81 | 0.48 |
| Hex | DF | 24 | 17 | 0 | 54 | 5A | D | 4 | 51 | 30 |
| Octal | 337 | 44 | 27 | 0 | 124 | 132 | 15 | 4 | 121 | 60 |
| Binary | 11011111 | 100100 | 10111 | 0 | 1010100 | 1011010 | 1101 | 100 | 1010001 | 110000 |
Color Harmonies of #DF2417
Complementary color
Monochromatic Colors of #DF2417
Black with #DF2417
Text Example
Text Example
White with #DF2417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2417; }
p { color: rgb(223,36,23); }
H1.HeaderClassName
{
color: #DF2417;
}
.AnyTagClassName
{
color: #DF2417;
}
</style>
background-color css
<style>
a { background-color: #DF2417; }
a { background-color: rgb(223,36,23); }
div.DivClassName
{
background-color: #DF2417;
}
.BgClassName
{
background-color: #DF2417;
}
</style>
border-color css
<style>
span { border-color: #DF2417; }
span { border-color: rgb(223,36,23); }
td.TdClassName
{
border-color: #DF2417;
}
.TagClassName
{
border-color: #DF2417;
}
</style>