Html Css Color HEX #DF4613 Harley Davidson Orange
📋 copy color: '#DF4613'red 223 ◦ green 70 ◦ blue 19
Shades of Harley Davidson Orange #DF4613
Tints of Harley Davidson Orange #DF4613
RGB
CMYK
RGB Variations
Color information
#DF4613 (or 0xDF4613) is known color: Harley Davidson Orange. HEX triplet: DF, 46 and 13. RGB value is (223,70,19). Sum of RGB (Red+Green+Blue) = 223+70+19=312 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.47% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 19 (7.81% from 255 or 6.09% from 312); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4613 is #20B9EC. Grayscale: #6E6E6E. Windows color (decimal): -2144749 or 1263327. OLE color: 1263327.
HSL color Cylindrical-coordinate representation of color #DF4613: hue angle of 15º 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 #DF4613 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 19 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.13 |
| HSL | 15º | 0.84% | 0.47% | - |
| HSV(B) | 15º | 0.91% | 0.87% | - |
| XYZ | 32.74 | 20.12 | 2.77 | - |
| YUV | 109.93 | 76.69 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 19 | 0 | 0.69 | 0.91 | 0.13 | 15 | 0.84 | 0.47 |
| Hex | DF | 46 | 13 | 0 | 45 | 5B | D | F | 54 | 2F |
| Octal | 337 | 106 | 23 | 0 | 105 | 133 | 15 | 17 | 124 | 57 |
| Binary | 11011111 | 1000110 | 10011 | 0 | 1000101 | 1011011 | 1101 | 1111 | 1010100 | 101111 |
Color Harmonies of #DF4613
Complementary color
Monochromatic Colors of #DF4613
Black with #DF4613
Text Example
Text Example
White with #DF4613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4613; }
p { color: rgb(223,70,19); }
H1.HeaderClassName
{
color: #DF4613;
}
.AnyTagClassName
{
color: #DF4613;
}
</style>
background-color css
<style>
a { background-color: #DF4613; }
a { background-color: rgb(223,70,19); }
div.DivClassName
{
background-color: #DF4613;
}
.BgClassName
{
background-color: #DF4613;
}
</style>
border-color css
<style>
span { border-color: #DF4613; }
span { border-color: rgb(223,70,19); }
td.TdClassName
{
border-color: #DF4613;
}
.TagClassName
{
border-color: #DF4613;
}
</style>