Html Css Color HEX #DF410E Harley Davidson Orange
📋 copy color: '#DF410E'red 223 ◦ green 65 ◦ blue 14
Shades of Harley Davidson Orange #DF410E
Tints of Harley Davidson Orange #DF410E
RGB
CMYK
RGB Variations
Color information
#DF410E (or 0xDF410E) is known color: Harley Davidson Orange. HEX triplet: DF, 41 and 0E. RGB value is (223,65,14). Sum of RGB (Red+Green+Blue) = 223+65+14=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF410E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF410E is #20BEF1. Grayscale: #6A6A6A. Windows color (decimal): -2146034 or 934367. OLE color: 934367.
HSL color Cylindrical-coordinate representation of color #DF410E: hue angle of 14.64º 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 #DF410E is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 14 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.13 |
| HSL | 14.64º | 0.88% | 0.46% | - |
| HSV(B) | 14.64º | 0.94% | 0.87% | - |
| XYZ | 32.4 | 19.5 | 2.47 | - |
| YUV | 106.43 | 75.85 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 14 | 0 | 0.71 | 0.94 | 0.13 | 14.64 | 0.88 | 0.46 |
| Hex | DF | 41 | E | 0 | 47 | 5E | D | F | 58 | 2E |
| Octal | 337 | 101 | 16 | 0 | 107 | 136 | 15 | 17 | 130 | 56 |
| Binary | 11011111 | 1000001 | 1110 | 0 | 1000111 | 1011110 | 1101 | 1111 | 1011000 | 101110 |
Color Harmonies of #DF410E
Complementary color
Monochromatic Colors of #DF410E
Black with #DF410E
Text Example
Text Example
White with #DF410E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF410E; }
p { color: rgb(223,65,14); }
H1.HeaderClassName
{
color: #DF410E;
}
.AnyTagClassName
{
color: #DF410E;
}
</style>
background-color css
<style>
a { background-color: #DF410E; }
a { background-color: rgb(223,65,14); }
div.DivClassName
{
background-color: #DF410E;
}
.BgClassName
{
background-color: #DF410E;
}
</style>
border-color css
<style>
span { border-color: #DF410E; }
span { border-color: rgb(223,65,14); }
td.TdClassName
{
border-color: #DF410E;
}
.TagClassName
{
border-color: #DF410E;
}
</style>