Html Css Color HEX #DF4815 Harley Davidson Orange
📋 copy color: '#DF4815'red 223 ◦ green 72 ◦ blue 21
Shades of Harley Davidson Orange #DF4815
Tints of Harley Davidson Orange #DF4815
RGB
CMYK
RGB Variations
Color information
#DF4815 (or 0xDF4815) is known color: Harley Davidson Orange. HEX triplet: DF, 48 and 15. RGB value is (223,72,21). Sum of RGB (Red+Green+Blue) = 223+72+21=316 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.57% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4815 is #20B7EA. Grayscale: #6F6F6F. Windows color (decimal): -2144235 or 1394911. OLE color: 1394911.
HSL color Cylindrical-coordinate representation of color #DF4815: hue angle of 15.15º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF4815 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 21 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.13 |
| HSL | 15.15º | 0.83% | 0.48% | - |
| HSV(B) | 15.15º | 0.91% | 0.87% | - |
| XYZ | 32.88 | 20.38 | 2.91 | - |
| YUV | 111.34 | 77.03 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 21 | 0 | 0.68 | 0.91 | 0.13 | 15.15 | 0.83 | 0.48 |
| Hex | DF | 48 | 15 | 0 | 44 | 5B | D | F | 53 | 30 |
| Octal | 337 | 110 | 25 | 0 | 104 | 133 | 15 | 17 | 123 | 60 |
| Binary | 11011111 | 1001000 | 10101 | 0 | 1000100 | 1011011 | 1101 | 1111 | 1010011 | 110000 |
Color Harmonies of #DF4815
Complementary color
Monochromatic Colors of #DF4815
Black with #DF4815
Text Example
Text Example
White with #DF4815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4815; }
p { color: rgb(223,72,21); }
H1.HeaderClassName
{
color: #DF4815;
}
.AnyTagClassName
{
color: #DF4815;
}
</style>
background-color css
<style>
a { background-color: #DF4815; }
a { background-color: rgb(223,72,21); }
div.DivClassName
{
background-color: #DF4815;
}
.BgClassName
{
background-color: #DF4815;
}
</style>
border-color css
<style>
span { border-color: #DF4815; }
span { border-color: rgb(223,72,21); }
td.TdClassName
{
border-color: #DF4815;
}
.TagClassName
{
border-color: #DF4815;
}
</style>