Html Css Color HEX #DF4215 Harley Davidson Orange
📋 copy color: '#DF4215'red 223 ◦ green 66 ◦ blue 21
Shades of Harley Davidson Orange #DF4215
Tints of Harley Davidson Orange #DF4215
RGB
CMYK
RGB Variations
Color information
#DF4215 (or 0xDF4215) is known color: Harley Davidson Orange. HEX triplet: DF, 42 and 15. RGB value is (223,66,21). Sum of RGB (Red+Green+Blue) = 223+66+21=310 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.94% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4215 is #20BDEA. Grayscale: #6C6C6C. Windows color (decimal): -2145771 or 1393375. OLE color: 1393375.
HSL color Cylindrical-coordinate representation of color #DF4215: hue angle of 13.37º 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 #DF4215 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 21 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.13 |
| HSL | 13.37º | 0.83% | 0.48% | - |
| HSV(B) | 13.37º | 0.91% | 0.87% | - |
| XYZ | 32.52 | 19.64 | 2.79 | - |
| YUV | 107.81 | 79.01 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 21 | 0 | 0.70 | 0.91 | 0.13 | 13.37 | 0.83 | 0.48 |
| Hex | DF | 42 | 15 | 0 | 46 | 5B | D | D | 53 | 30 |
| Octal | 337 | 102 | 25 | 0 | 106 | 133 | 15 | 15 | 123 | 60 |
| Binary | 11011111 | 1000010 | 10101 | 0 | 1000110 | 1011011 | 1101 | 1101 | 1010011 | 110000 |
Color Harmonies of #DF4215
Complementary color
Monochromatic Colors of #DF4215
Black with #DF4215
Text Example
Text Example
White with #DF4215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4215; }
p { color: rgb(223,66,21); }
H1.HeaderClassName
{
color: #DF4215;
}
.AnyTagClassName
{
color: #DF4215;
}
</style>
background-color css
<style>
a { background-color: #DF4215; }
a { background-color: rgb(223,66,21); }
div.DivClassName
{
background-color: #DF4215;
}
.BgClassName
{
background-color: #DF4215;
}
</style>
border-color css
<style>
span { border-color: #DF4215; }
span { border-color: rgb(223,66,21); }
td.TdClassName
{
border-color: #DF4215;
}
.TagClassName
{
border-color: #DF4215;
}
</style>