Html Css Color HEX #DF390E Harley Davidson Orange
📋 copy color: '#DF390E'red 223 ◦ green 57 ◦ blue 14
Shades of Harley Davidson Orange #DF390E
Tints of Harley Davidson Orange #DF390E
RGB
CMYK
RGB Variations
Color information
#DF390E (or 0xDF390E) is known color: Harley Davidson Orange. HEX triplet: DF, 39 and 0E. RGB value is (223,57,14). Sum of RGB (Red+Green+Blue) = 223+57+14=294 (38% of max value = 765). Red value is 223 (87.5% from 255 or 75.85% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 14 (5.86% from 255 or 4.76% from 294); Max value from RGB is 223 - color contains mainly: red. Hex color #DF390E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF390E is #20C6F1. Grayscale: #666666. Windows color (decimal): -2148082 or 932319. OLE color: 932319.
HSL color Cylindrical-coordinate representation of color #DF390E: hue angle of 12.34º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF390E is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 57 | 14 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.13 |
| HSL | 12.34º | 0.88% | 0.46% | - |
| HSV(B) | 12.34º | 0.94% | 0.87% | - |
| XYZ | 31.97 | 18.65 | 2.33 | - |
| YUV | 101.73 | 78.5 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 57 | 14 | 0 | 0.74 | 0.94 | 0.13 | 12.34 | 0.88 | 0.46 |
| Hex | DF | 39 | E | 0 | 4A | 5E | D | C | 58 | 2E |
| Octal | 337 | 71 | 16 | 0 | 112 | 136 | 15 | 14 | 130 | 56 |
| Binary | 11011111 | 111001 | 1110 | 0 | 1001010 | 1011110 | 1101 | 1100 | 1011000 | 101110 |
Color Harmonies of #DF390E
Complementary color
Monochromatic Colors of #DF390E
Black with #DF390E
Text Example
Text Example
White with #DF390E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF390E; }
p { color: rgb(223,57,14); }
H1.HeaderClassName
{
color: #DF390E;
}
.AnyTagClassName
{
color: #DF390E;
}
</style>
background-color css
<style>
a { background-color: #DF390E; }
a { background-color: rgb(223,57,14); }
div.DivClassName
{
background-color: #DF390E;
}
.BgClassName
{
background-color: #DF390E;
}
</style>
border-color css
<style>
span { border-color: #DF390E; }
span { border-color: rgb(223,57,14); }
td.TdClassName
{
border-color: #DF390E;
}
.TagClassName
{
border-color: #DF390E;
}
</style>