Html Css Color HEX #DF3118 Harley Davidson Orange
📋 copy color: '#DF3118'red 223 ◦ green 49 ◦ blue 24
Shades of Harley Davidson Orange #DF3118
Tints of Harley Davidson Orange #DF3118
RGB
CMYK
RGB Variations
Color information
#DF3118 (or 0xDF3118) is known color: Harley Davidson Orange. HEX triplet: DF, 31 and 18. RGB value is (223,49,24). Sum of RGB (Red+Green+Blue) = 223+49+24=296 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.34% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3118 is #20CEE7. Grayscale: #626262. Windows color (decimal): -2150120 or 1585631. OLE color: 1585631.
HSL color Cylindrical-coordinate representation of color #DF3118: hue angle of 7.54º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF3118 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 24 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.13 |
| HSL | 7.54º | 0.81% | 0.48% | - |
| HSV(B) | 7.54º | 0.89% | 0.87% | - |
| XYZ | 31.69 | 17.95 | 2.66 | - |
| YUV | 98.18 | 86.15 | 217.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 24 | 0 | 0.78 | 0.89 | 0.13 | 7.54 | 0.81 | 0.48 |
| Hex | DF | 31 | 18 | 0 | 4E | 59 | D | 8 | 51 | 30 |
| Octal | 337 | 61 | 30 | 0 | 116 | 131 | 15 | 10 | 121 | 60 |
| Binary | 11011111 | 110001 | 11000 | 0 | 1001110 | 1011001 | 1101 | 1000 | 1010001 | 110000 |
Color Harmonies of #DF3118
Complementary color
Monochromatic Colors of #DF3118
Black with #DF3118
Text Example
Text Example
White with #DF3118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3118; }
p { color: rgb(223,49,24); }
H1.HeaderClassName
{
color: #DF3118;
}
.AnyTagClassName
{
color: #DF3118;
}
</style>
background-color css
<style>
a { background-color: #DF3118; }
a { background-color: rgb(223,49,24); }
div.DivClassName
{
background-color: #DF3118;
}
.BgClassName
{
background-color: #DF3118;
}
</style>
border-color css
<style>
span { border-color: #DF3118; }
span { border-color: rgb(223,49,24); }
td.TdClassName
{
border-color: #DF3118;
}
.TagClassName
{
border-color: #DF3118;
}
</style>