Html Css Color HEX #DF3A1D Harley Davidson Orange
📋 copy color: '#DF3A1D'red 223 ◦ green 58 ◦ blue 29
Shades of Harley Davidson Orange #DF3A1D
Tints of Harley Davidson Orange #DF3A1D
RGB
CMYK
RGB Variations
Color information
#DF3A1D (or 0xDF3A1D) is known color: Harley Davidson Orange. HEX triplet: DF, 3A and 1D. RGB value is (223,58,29). Sum of RGB (Red+Green+Blue) = 223+58+29=310 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.94% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3A1D is #20C5E2. Grayscale: #686868. Windows color (decimal): -2147811 or 1915615. OLE color: 1915615.
HSL color Cylindrical-coordinate representation of color #DF3A1D: hue angle of 8.97º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF3A1D is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 58 | 29 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.13 |
| HSL | 8.97º | 0.77% | 0.49% | - |
| HSV(B) | 8.97º | 0.87% | 0.87% | - |
| XYZ | 32.17 | 18.8 | 3.1 | - |
| YUV | 104.03 | 85.66 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 58 | 29 | 0 | 0.74 | 0.87 | 0.13 | 8.97 | 0.77 | 0.49 |
| Hex | DF | 3A | 1D | 0 | 4A | 57 | D | 9 | 4D | 31 |
| Octal | 337 | 72 | 35 | 0 | 112 | 127 | 15 | 11 | 115 | 61 |
| Binary | 11011111 | 111010 | 11101 | 0 | 1001010 | 1010111 | 1101 | 1001 | 1001101 | 110001 |
Color Harmonies of #DF3A1D
Complementary color
Monochromatic Colors of #DF3A1D
Black with #DF3A1D
Text Example
Text Example
White with #DF3A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3A1D; }
p { color: rgb(223,58,29); }
H1.HeaderClassName
{
color: #DF3A1D;
}
.AnyTagClassName
{
color: #DF3A1D;
}
</style>
background-color css
<style>
a { background-color: #DF3A1D; }
a { background-color: rgb(223,58,29); }
div.DivClassName
{
background-color: #DF3A1D;
}
.BgClassName
{
background-color: #DF3A1D;
}
</style>
border-color css
<style>
span { border-color: #DF3A1D; }
span { border-color: rgb(223,58,29); }
td.TdClassName
{
border-color: #DF3A1D;
}
.TagClassName
{
border-color: #DF3A1D;
}
</style>