Html Css Color HEX #DF3117 Harley Davidson Orange
📋 copy color: '#DF3117'red 223 ◦ green 49 ◦ blue 23
Shades of Harley Davidson Orange #DF3117
Tints of Harley Davidson Orange #DF3117
RGB
CMYK
RGB Variations
Color information
#DF3117 (or 0xDF3117) is known color: Harley Davidson Orange. HEX triplet: DF, 31 and 17. RGB value is (223,49,23). Sum of RGB (Red+Green+Blue) = 223+49+23=295 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.59% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3117 is #20CEE8. Grayscale: #626262. Windows color (decimal): -2150121 or 1520095. OLE color: 1520095.
HSL color Cylindrical-coordinate representation of color #DF3117: hue angle of 7.8º 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 #DF3117 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 23 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.13 |
| HSL | 7.8º | 0.81% | 0.48% | - |
| HSV(B) | 7.8º | 0.9% | 0.87% | - |
| XYZ | 31.68 | 17.95 | 2.6 | - |
| YUV | 98.06 | 85.65 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 23 | 0 | 0.78 | 0.90 | 0.13 | 7.8 | 0.81 | 0.48 |
| Hex | DF | 31 | 17 | 0 | 4E | 5A | D | 8 | 51 | 30 |
| Octal | 337 | 61 | 27 | 0 | 116 | 132 | 15 | 10 | 121 | 60 |
| Binary | 11011111 | 110001 | 10111 | 0 | 1001110 | 1011010 | 1101 | 1000 | 1010001 | 110000 |
Color Harmonies of #DF3117
Complementary color
Monochromatic Colors of #DF3117
Black with #DF3117
Text Example
Text Example
White with #DF3117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3117; }
p { color: rgb(223,49,23); }
H1.HeaderClassName
{
color: #DF3117;
}
.AnyTagClassName
{
color: #DF3117;
}
</style>
background-color css
<style>
a { background-color: #DF3117; }
a { background-color: rgb(223,49,23); }
div.DivClassName
{
background-color: #DF3117;
}
.BgClassName
{
background-color: #DF3117;
}
</style>
border-color css
<style>
span { border-color: #DF3117; }
span { border-color: rgb(223,49,23); }
td.TdClassName
{
border-color: #DF3117;
}
.TagClassName
{
border-color: #DF3117;
}
</style>