Html Css Color HEX #DF2217 Harley Davidson Orange
📋 copy color: '#DF2217'red 223 ◦ green 34 ◦ blue 23
Shades of Harley Davidson Orange #DF2217
Tints of Harley Davidson Orange #DF2217
RGB
CMYK
RGB Variations
Color information
#DF2217 (or 0xDF2217) is known color: Harley Davidson Orange. HEX triplet: DF, 22 and 17. RGB value is (223,34,23). Sum of RGB (Red+Green+Blue) = 223+34+23=280 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.64% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2217 is #20DDE8. Grayscale: #595959. Windows color (decimal): -2153961 or 1516255. OLE color: 1516255.
HSL color Cylindrical-coordinate representation of color #DF2217: hue angle of 3.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 #DF2217 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 23 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.13 |
| HSL | 3.3º | 0.81% | 0.48% | - |
| HSV(B) | 3.3º | 0.9% | 0.87% | - |
| XYZ | 31.16 | 16.89 | 2.43 | - |
| YUV | 89.26 | 90.62 | 223.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 23 | 0 | 0.85 | 0.90 | 0.13 | 3.3 | 0.81 | 0.48 |
| Hex | DF | 22 | 17 | 0 | 55 | 5A | D | 3 | 51 | 30 |
| Octal | 337 | 42 | 27 | 0 | 125 | 132 | 15 | 3 | 121 | 60 |
| Binary | 11011111 | 100010 | 10111 | 0 | 1010101 | 1011010 | 1101 | 11 | 1010001 | 110000 |
Color Harmonies of #DF2217
Complementary color
Monochromatic Colors of #DF2217
Black with #DF2217
Text Example
Text Example
White with #DF2217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2217; }
p { color: rgb(223,34,23); }
H1.HeaderClassName
{
color: #DF2217;
}
.AnyTagClassName
{
color: #DF2217;
}
</style>
background-color css
<style>
a { background-color: #DF2217; }
a { background-color: rgb(223,34,23); }
div.DivClassName
{
background-color: #DF2217;
}
.BgClassName
{
background-color: #DF2217;
}
</style>
border-color css
<style>
span { border-color: #DF2217; }
span { border-color: rgb(223,34,23); }
td.TdClassName
{
border-color: #DF2217;
}
.TagClassName
{
border-color: #DF2217;
}
</style>