Html Css Color HEX #DF4415 Harley Davidson Orange
📋 copy color: '#DF4415'red 223 ◦ green 68 ◦ blue 21
Shades of Harley Davidson Orange #DF4415
Tints of Harley Davidson Orange #DF4415
RGB
CMYK
RGB Variations
Color information
#DF4415 (or 0xDF4415) is known color: Harley Davidson Orange. HEX triplet: DF, 44 and 15. RGB value is (223,68,21). Sum of RGB (Red+Green+Blue) = 223+68+21=312 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.47% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4415 is #20BBEA. Grayscale: #6D6D6D. Windows color (decimal): -2145259 or 1393887. OLE color: 1393887.
HSL color Cylindrical-coordinate representation of color #DF4415: hue angle of 13.96º 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 #DF4415 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 68 | 21 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.13 |
| HSL | 13.96º | 0.83% | 0.48% | - |
| HSV(B) | 13.96º | 0.91% | 0.87% | - |
| XYZ | 32.63 | 19.88 | 2.83 | - |
| YUV | 108.99 | 78.35 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 21 | 0 | 0.70 | 0.91 | 0.13 | 13.96 | 0.83 | 0.48 |
| Hex | DF | 44 | 15 | 0 | 46 | 5B | D | E | 53 | 30 |
| Octal | 337 | 104 | 25 | 0 | 106 | 133 | 15 | 16 | 123 | 60 |
| Binary | 11011111 | 1000100 | 10101 | 0 | 1000110 | 1011011 | 1101 | 1110 | 1010011 | 110000 |
Color Harmonies of #DF4415
Complementary color
Monochromatic Colors of #DF4415
Black with #DF4415
Text Example
Text Example
White with #DF4415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4415; }
p { color: rgb(223,68,21); }
H1.HeaderClassName
{
color: #DF4415;
}
.AnyTagClassName
{
color: #DF4415;
}
</style>
background-color css
<style>
a { background-color: #DF4415; }
a { background-color: rgb(223,68,21); }
div.DivClassName
{
background-color: #DF4415;
}
.BgClassName
{
background-color: #DF4415;
}
</style>
border-color css
<style>
span { border-color: #DF4415; }
span { border-color: rgb(223,68,21); }
td.TdClassName
{
border-color: #DF4415;
}
.TagClassName
{
border-color: #DF4415;
}
</style>