Html Css Color HEX #DF410F Harley Davidson Orange
📋 copy color: '#DF410F'red 223 ◦ green 65 ◦ blue 15
Shades of Harley Davidson Orange #DF410F
Tints of Harley Davidson Orange #DF410F
RGB
CMYK
RGB Variations
Color information
#DF410F (or 0xDF410F) is known color: Harley Davidson Orange. HEX triplet: DF, 41 and 0F. RGB value is (223,65,15). Sum of RGB (Red+Green+Blue) = 223+65+15=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF410F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF410F is #20BEF0. Grayscale: #6A6A6A. Windows color (decimal): -2146033 or 999903. OLE color: 999903.
HSL color Cylindrical-coordinate representation of color #DF410F: hue angle of 14.42º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF410F is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 15 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.13 |
| HSL | 14.42º | 0.87% | 0.47% | - |
| HSV(B) | 14.42º | 0.93% | 0.87% | - |
| XYZ | 32.41 | 19.5 | 2.51 | - |
| YUV | 106.54 | 76.35 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 15 | 0 | 0.71 | 0.93 | 0.13 | 14.42 | 0.87 | 0.47 |
| Hex | DF | 41 | F | 0 | 47 | 5D | D | E | 57 | 2F |
| Octal | 337 | 101 | 17 | 0 | 107 | 135 | 15 | 16 | 127 | 57 |
| Binary | 11011111 | 1000001 | 1111 | 0 | 1000111 | 1011101 | 1101 | 1110 | 1010111 | 101111 |
Color Harmonies of #DF410F
Complementary color
Monochromatic Colors of #DF410F
Black with #DF410F
Text Example
Text Example
White with #DF410F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF410F; }
p { color: rgb(223,65,15); }
H1.HeaderClassName
{
color: #DF410F;
}
.AnyTagClassName
{
color: #DF410F;
}
</style>
background-color css
<style>
a { background-color: #DF410F; }
a { background-color: rgb(223,65,15); }
div.DivClassName
{
background-color: #DF410F;
}
.BgClassName
{
background-color: #DF410F;
}
</style>
border-color css
<style>
span { border-color: #DF410F; }
span { border-color: rgb(223,65,15); }
td.TdClassName
{
border-color: #DF410F;
}
.TagClassName
{
border-color: #DF410F;
}
</style>