Html Css Color HEX #DF3E0D Harley Davidson Orange
📋 copy color: '#DF3E0D'red 223 ◦ green 62 ◦ blue 13
Shades of Harley Davidson Orange #DF3E0D
Tints of Harley Davidson Orange #DF3E0D
RGB
CMYK
RGB Variations
Color information
#DF3E0D (or 0xDF3E0D) is known color: Harley Davidson Orange. HEX triplet: DF, 3E and 0D. RGB value is (223,62,13). Sum of RGB (Red+Green+Blue) = 223+62+13=298 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.83% from 298); Green value is 62 (24.61% from 255 or 20.81% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3E0D is #20C1F2. Grayscale: #686868. Windows color (decimal): -2146803 or 868063. OLE color: 868063.
HSL color Cylindrical-coordinate representation of color #DF3E0D: hue angle of 14º degrees, saturation: 0.89, 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 #DF3E0D is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 62 | 13 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.13 |
| HSL | 14º | 0.89% | 0.46% | - |
| HSV(B) | 14º | 0.94% | 0.87% | - |
| XYZ | 32.23 | 19.16 | 2.38 | - |
| YUV | 104.55 | 76.34 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 62 | 13 | 0 | 0.72 | 0.94 | 0.13 | 14 | 0.89 | 0.46 |
| Hex | DF | 3E | D | 0 | 48 | 5E | D | E | 59 | 2E |
| Octal | 337 | 76 | 15 | 0 | 110 | 136 | 15 | 16 | 131 | 56 |
| Binary | 11011111 | 111110 | 1101 | 0 | 1001000 | 1011110 | 1101 | 1110 | 1011001 | 101110 |
Color Harmonies of #DF3E0D
Complementary color
Monochromatic Colors of #DF3E0D
Black with #DF3E0D
Text Example
Text Example
White with #DF3E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3E0D; }
p { color: rgb(223,62,13); }
H1.HeaderClassName
{
color: #DF3E0D;
}
.AnyTagClassName
{
color: #DF3E0D;
}
</style>
background-color css
<style>
a { background-color: #DF3E0D; }
a { background-color: rgb(223,62,13); }
div.DivClassName
{
background-color: #DF3E0D;
}
.BgClassName
{
background-color: #DF3E0D;
}
</style>
border-color css
<style>
span { border-color: #DF3E0D; }
span { border-color: rgb(223,62,13); }
td.TdClassName
{
border-color: #DF3E0D;
}
.TagClassName
{
border-color: #DF3E0D;
}
</style>