Html Css Color HEX #DF2317 Harley Davidson Orange
📋 copy color: '#DF2317'red 223 ◦ green 35 ◦ blue 23
Shades of Harley Davidson Orange #DF2317
Tints of Harley Davidson Orange #DF2317
RGB
CMYK
RGB Variations
Color information
#DF2317 (or 0xDF2317) is known color: Harley Davidson Orange. HEX triplet: DF, 23 and 17. RGB value is (223,35,23). Sum of RGB (Red+Green+Blue) = 223+35+23=281 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.36% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2317 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2317 is #20DCE8. Grayscale: #5A5A5A. Windows color (decimal): -2153705 or 1516511. OLE color: 1516511.
HSL color Cylindrical-coordinate representation of color #DF2317: hue angle of 3.6º 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 #DF2317 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 23 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.13 |
| HSL | 3.6º | 0.81% | 0.48% | - |
| HSV(B) | 3.6º | 0.9% | 0.87% | - |
| XYZ | 31.19 | 16.95 | 2.44 | - |
| YUV | 89.84 | 90.28 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 23 | 0 | 0.84 | 0.90 | 0.13 | 3.6 | 0.81 | 0.48 |
| Hex | DF | 23 | 17 | 0 | 54 | 5A | D | 4 | 51 | 30 |
| Octal | 337 | 43 | 27 | 0 | 124 | 132 | 15 | 4 | 121 | 60 |
| Binary | 11011111 | 100011 | 10111 | 0 | 1010100 | 1011010 | 1101 | 100 | 1010001 | 110000 |
Color Harmonies of #DF2317
Complementary color
Monochromatic Colors of #DF2317
Black with #DF2317
Text Example
Text Example
White with #DF2317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2317; }
p { color: rgb(223,35,23); }
H1.HeaderClassName
{
color: #DF2317;
}
.AnyTagClassName
{
color: #DF2317;
}
</style>
background-color css
<style>
a { background-color: #DF2317; }
a { background-color: rgb(223,35,23); }
div.DivClassName
{
background-color: #DF2317;
}
.BgClassName
{
background-color: #DF2317;
}
</style>
border-color css
<style>
span { border-color: #DF2317; }
span { border-color: rgb(223,35,23); }
td.TdClassName
{
border-color: #DF2317;
}
.TagClassName
{
border-color: #DF2317;
}
</style>