Html Css Color HEX #DF3A0E Harley Davidson Orange
📋 copy color: '#DF3A0E'red 223 ◦ green 58 ◦ blue 14
Shades of Harley Davidson Orange #DF3A0E
Tints of Harley Davidson Orange #DF3A0E
RGB
CMYK
RGB Variations
Color information
#DF3A0E (or 0xDF3A0E) is known color: Harley Davidson Orange. HEX triplet: DF, 3A and 0E. RGB value is (223,58,14). Sum of RGB (Red+Green+Blue) = 223+58+14=295 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.59% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3A0E is #20C5F1. Grayscale: #666666. Windows color (decimal): -2147826 or 932575. OLE color: 932575.
HSL color Cylindrical-coordinate representation of color #DF3A0E: hue angle of 12.63º 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 #DF3A0E is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 58 | 14 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.13 |
| HSL | 12.63º | 0.88% | 0.46% | - |
| HSV(B) | 12.63º | 0.94% | 0.87% | - |
| XYZ | 32.02 | 18.75 | 2.35 | - |
| YUV | 102.32 | 78.16 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 58 | 14 | 0 | 0.74 | 0.94 | 0.13 | 12.63 | 0.88 | 0.46 |
| Hex | DF | 3A | E | 0 | 4A | 5E | D | D | 58 | 2E |
| Octal | 337 | 72 | 16 | 0 | 112 | 136 | 15 | 15 | 130 | 56 |
| Binary | 11011111 | 111010 | 1110 | 0 | 1001010 | 1011110 | 1101 | 1101 | 1011000 | 101110 |
Color Harmonies of #DF3A0E
Complementary color
Monochromatic Colors of #DF3A0E
Black with #DF3A0E
Text Example
Text Example
White with #DF3A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3A0E; }
p { color: rgb(223,58,14); }
H1.HeaderClassName
{
color: #DF3A0E;
}
.AnyTagClassName
{
color: #DF3A0E;
}
</style>
background-color css
<style>
a { background-color: #DF3A0E; }
a { background-color: rgb(223,58,14); }
div.DivClassName
{
background-color: #DF3A0E;
}
.BgClassName
{
background-color: #DF3A0E;
}
</style>
border-color css
<style>
span { border-color: #DF3A0E; }
span { border-color: rgb(223,58,14); }
td.TdClassName
{
border-color: #DF3A0E;
}
.TagClassName
{
border-color: #DF3A0E;
}
</style>