Html Css Color HEX #DF2A17 Harley Davidson Orange
📋 copy color: '#DF2A17'red 223 ◦ green 42 ◦ blue 23
Shades of Harley Davidson Orange #DF2A17
Tints of Harley Davidson Orange #DF2A17
RGB
CMYK
RGB Variations
Color information
#DF2A17 (or 0xDF2A17) is known color: Harley Davidson Orange. HEX triplet: DF, 2A and 17. RGB value is (223,42,23). Sum of RGB (Red+Green+Blue) = 223+42+23=288 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.43% from 288); Green value is 42 (16.80% from 255 or 14.58% from 288); Blue value is 23 (9.38% from 255 or 7.99% from 288); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2A17 is #20D5E8. Grayscale: #5E5E5E. Windows color (decimal): -2151913 or 1518303. OLE color: 1518303.
HSL color Cylindrical-coordinate representation of color #DF2A17: hue angle of 5.7º 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 #DF2A17 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 42 | 23 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.13 |
| HSL | 5.7º | 0.81% | 0.48% | - |
| HSV(B) | 5.7º | 0.9% | 0.87% | - |
| XYZ | 31.41 | 17.41 | 2.51 | - |
| YUV | 93.95 | 87.97 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 42 | 23 | 0 | 0.81 | 0.90 | 0.13 | 5.7 | 0.81 | 0.48 |
| Hex | DF | 2A | 17 | 0 | 51 | 5A | D | 6 | 51 | 30 |
| Octal | 337 | 52 | 27 | 0 | 121 | 132 | 15 | 6 | 121 | 60 |
| Binary | 11011111 | 101010 | 10111 | 0 | 1010001 | 1011010 | 1101 | 110 | 1010001 | 110000 |
Color Harmonies of #DF2A17
Complementary color
Monochromatic Colors of #DF2A17
Black with #DF2A17
Text Example
Text Example
White with #DF2A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2A17; }
p { color: rgb(223,42,23); }
H1.HeaderClassName
{
color: #DF2A17;
}
.AnyTagClassName
{
color: #DF2A17;
}
</style>
background-color css
<style>
a { background-color: #DF2A17; }
a { background-color: rgb(223,42,23); }
div.DivClassName
{
background-color: #DF2A17;
}
.BgClassName
{
background-color: #DF2A17;
}
</style>
border-color css
<style>
span { border-color: #DF2A17; }
span { border-color: rgb(223,42,23); }
td.TdClassName
{
border-color: #DF2A17;
}
.TagClassName
{
border-color: #DF2A17;
}
</style>