Html Css Color HEX #DF4008 Harley Davidson Orange
📋 copy color: '#DF4008'red 223 ◦ green 64 ◦ blue 8
Shades of Harley Davidson Orange #DF4008
Tints of Harley Davidson Orange #DF4008
RGB
CMYK
RGB Variations
Color information
#DF4008 (or 0xDF4008) is known color: Harley Davidson Orange. HEX triplet: DF, 40 and 08. RGB value is (223,64,8). Sum of RGB (Red+Green+Blue) = 223+64+8=295 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.59% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4008 is #20BFF7. Grayscale: #696969. Windows color (decimal): -2146296 or 540895. OLE color: 540895.
HSL color Cylindrical-coordinate representation of color #DF4008: hue angle of 15.63º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF4008 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 8 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.13 |
| HSL | 15.63º | 0.93% | 0.45% | - |
| HSV(B) | 15.63º | 0.96% | 0.87% | - |
| XYZ | 32.31 | 19.37 | 2.27 | - |
| YUV | 105.16 | 73.18 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 8 | 0 | 0.71 | 0.96 | 0.13 | 15.63 | 0.93 | 0.45 |
| Hex | DF | 40 | 8 | 0 | 47 | 60 | D | 10 | 5D | 2D |
| Octal | 337 | 100 | 10 | 0 | 107 | 140 | 15 | 20 | 135 | 55 |
| Binary | 11011111 | 1000000 | 1000 | 0 | 1000111 | 1100000 | 1101 | 10000 | 1011101 | 101101 |
Color Harmonies of #DF4008
Complementary color
Monochromatic Colors of #DF4008
Black with #DF4008
Text Example
Text Example
White with #DF4008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4008; }
p { color: rgb(223,64,8); }
H1.HeaderClassName
{
color: #DF4008;
}
.AnyTagClassName
{
color: #DF4008;
}
</style>
background-color css
<style>
a { background-color: #DF4008; }
a { background-color: rgb(223,64,8); }
div.DivClassName
{
background-color: #DF4008;
}
.BgClassName
{
background-color: #DF4008;
}
</style>
border-color css
<style>
span { border-color: #DF4008; }
span { border-color: rgb(223,64,8); }
td.TdClassName
{
border-color: #DF4008;
}
.TagClassName
{
border-color: #DF4008;
}
</style>