Html Css Color HEX #DF4113 Harley Davidson Orange
📋 copy color: '#DF4113'red 223 ◦ green 65 ◦ blue 19
Shades of Harley Davidson Orange #DF4113
Tints of Harley Davidson Orange #DF4113
RGB
CMYK
RGB Variations
Color information
#DF4113 (or 0xDF4113) is known color: Harley Davidson Orange. HEX triplet: DF, 41 and 13. RGB value is (223,65,19). Sum of RGB (Red+Green+Blue) = 223+65+19=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4113 is #20BEEC. Grayscale: #6B6B6B. Windows color (decimal): -2146029 or 1262047. OLE color: 1262047.
HSL color Cylindrical-coordinate representation of color #DF4113: hue angle of 13.53º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF4113 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 19 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.13 |
| HSL | 13.53º | 0.84% | 0.47% | - |
| HSV(B) | 13.53º | 0.91% | 0.87% | - |
| XYZ | 32.44 | 19.52 | 2.67 | - |
| YUV | 107 | 78.35 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 19 | 0 | 0.71 | 0.91 | 0.13 | 13.53 | 0.84 | 0.47 |
| Hex | DF | 41 | 13 | 0 | 47 | 5B | D | E | 54 | 2F |
| Octal | 337 | 101 | 23 | 0 | 107 | 133 | 15 | 16 | 124 | 57 |
| Binary | 11011111 | 1000001 | 10011 | 0 | 1000111 | 1011011 | 1101 | 1110 | 1010100 | 101111 |
Color Harmonies of #DF4113
Complementary color
Monochromatic Colors of #DF4113
Black with #DF4113
Text Example
Text Example
White with #DF4113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4113; }
p { color: rgb(223,65,19); }
H1.HeaderClassName
{
color: #DF4113;
}
.AnyTagClassName
{
color: #DF4113;
}
</style>
background-color css
<style>
a { background-color: #DF4113; }
a { background-color: rgb(223,65,19); }
div.DivClassName
{
background-color: #DF4113;
}
.BgClassName
{
background-color: #DF4113;
}
</style>
border-color css
<style>
span { border-color: #DF4113; }
span { border-color: rgb(223,65,19); }
td.TdClassName
{
border-color: #DF4113;
}
.TagClassName
{
border-color: #DF4113;
}
</style>