Html Css Color HEX #DF2117 Harley Davidson Orange
📋 copy color: '#DF2117'red 223 ◦ green 33 ◦ blue 23
Shades of Harley Davidson Orange #DF2117
Tints of Harley Davidson Orange #DF2117
RGB
CMYK
RGB Variations
Color information
#DF2117 (or 0xDF2117) is known color: Harley Davidson Orange. HEX triplet: DF, 21 and 17. RGB value is (223,33,23). Sum of RGB (Red+Green+Blue) = 223+33+23=279 (36% of max value = 765). Red value is 223 (87.5% from 255 or 79.93% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2117 is #20DEE8. Grayscale: #585858. Windows color (decimal): -2154217 or 1515999. OLE color: 1515999.
HSL color Cylindrical-coordinate representation of color #DF2117: hue angle of 3º 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 #DF2117 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 23 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.13 |
| HSL | 3º | 0.81% | 0.48% | - |
| HSV(B) | 3º | 0.9% | 0.87% | - |
| XYZ | 31.13 | 16.84 | 2.42 | - |
| YUV | 88.67 | 90.95 | 223.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 23 | 0 | 0.85 | 0.90 | 0.13 | 3 | 0.81 | 0.48 |
| Hex | DF | 21 | 17 | 0 | 55 | 5A | D | 3 | 51 | 30 |
| Octal | 337 | 41 | 27 | 0 | 125 | 132 | 15 | 3 | 121 | 60 |
| Binary | 11011111 | 100001 | 10111 | 0 | 1010101 | 1011010 | 1101 | 11 | 1010001 | 110000 |
Color Harmonies of #DF2117
Complementary color
Monochromatic Colors of #DF2117
Black with #DF2117
Text Example
Text Example
White with #DF2117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2117; }
p { color: rgb(223,33,23); }
H1.HeaderClassName
{
color: #DF2117;
}
.AnyTagClassName
{
color: #DF2117;
}
</style>
background-color css
<style>
a { background-color: #DF2117; }
a { background-color: rgb(223,33,23); }
div.DivClassName
{
background-color: #DF2117;
}
.BgClassName
{
background-color: #DF2117;
}
</style>
border-color css
<style>
span { border-color: #DF2117; }
span { border-color: rgb(223,33,23); }
td.TdClassName
{
border-color: #DF2117;
}
.TagClassName
{
border-color: #DF2117;
}
</style>