Html Css Color HEX #DF2017 Harley Davidson Orange
📋 copy color: '#DF2017'red 223 ◦ green 32 ◦ blue 23
Shades of Harley Davidson Orange #DF2017
Tints of Harley Davidson Orange #DF2017
RGB
CMYK
RGB Variations
Color information
#DF2017 (or 0xDF2017) is known color: Harley Davidson Orange. HEX triplet: DF, 20 and 17. RGB value is (223,32,23). Sum of RGB (Red+Green+Blue) = 223+32+23=278 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.22% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2017 is #20DFE8. Grayscale: #585858. Windows color (decimal): -2154473 or 1515743. OLE color: 1515743.
HSL color Cylindrical-coordinate representation of color #DF2017: hue angle of 2.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 #DF2017 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 23 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.13 |
| HSL | 2.7º | 0.81% | 0.48% | - |
| HSV(B) | 2.7º | 0.9% | 0.87% | - |
| XYZ | 31.1 | 16.78 | 2.41 | - |
| YUV | 88.08 | 91.28 | 224.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 23 | 0 | 0.86 | 0.90 | 0.13 | 2.7 | 0.81 | 0.48 |
| Hex | DF | 20 | 17 | 0 | 56 | 5A | D | 3 | 51 | 30 |
| Octal | 337 | 40 | 27 | 0 | 126 | 132 | 15 | 3 | 121 | 60 |
| Binary | 11011111 | 100000 | 10111 | 0 | 1010110 | 1011010 | 1101 | 11 | 1010001 | 110000 |
Color Harmonies of #DF2017
Complementary color
Monochromatic Colors of #DF2017
Black with #DF2017
Text Example
Text Example
White with #DF2017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2017; }
p { color: rgb(223,32,23); }
H1.HeaderClassName
{
color: #DF2017;
}
.AnyTagClassName
{
color: #DF2017;
}
</style>
background-color css
<style>
a { background-color: #DF2017; }
a { background-color: rgb(223,32,23); }
div.DivClassName
{
background-color: #DF2017;
}
.BgClassName
{
background-color: #DF2017;
}
</style>
border-color css
<style>
span { border-color: #DF2017; }
span { border-color: rgb(223,32,23); }
td.TdClassName
{
border-color: #DF2017;
}
.TagClassName
{
border-color: #DF2017;
}
</style>