Html Css Color HEX #DF410D Harley Davidson Orange
📋 copy color: '#DF410D'red 223 ◦ green 65 ◦ blue 13
Shades of Harley Davidson Orange #DF410D
Tints of Harley Davidson Orange #DF410D
RGB
CMYK
RGB Variations
Color information
#DF410D (or 0xDF410D) is known color: Harley Davidson Orange. HEX triplet: DF, 41 and 0D. RGB value is (223,65,13). Sum of RGB (Red+Green+Blue) = 223+65+13=301 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.09% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 223 - color contains mainly: red. Hex color #DF410D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF410D is #20BEF2. Grayscale: #6A6A6A. Windows color (decimal): -2146035 or 868831. OLE color: 868831.
HSL color Cylindrical-coordinate representation of color #DF410D: hue angle of 14.86º 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 #DF410D is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 13 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.13 |
| HSL | 14.86º | 0.89% | 0.46% | - |
| HSV(B) | 14.86º | 0.94% | 0.87% | - |
| XYZ | 32.39 | 19.5 | 2.44 | - |
| YUV | 106.31 | 75.35 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 13 | 0 | 0.71 | 0.94 | 0.13 | 14.86 | 0.89 | 0.46 |
| Hex | DF | 41 | D | 0 | 47 | 5E | D | F | 59 | 2E |
| Octal | 337 | 101 | 15 | 0 | 107 | 136 | 15 | 17 | 131 | 56 |
| Binary | 11011111 | 1000001 | 1101 | 0 | 1000111 | 1011110 | 1101 | 1111 | 1011001 | 101110 |
Color Harmonies of #DF410D
Complementary color
Monochromatic Colors of #DF410D
Black with #DF410D
Text Example
Text Example
White with #DF410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF410D; }
p { color: rgb(223,65,13); }
H1.HeaderClassName
{
color: #DF410D;
}
.AnyTagClassName
{
color: #DF410D;
}
</style>
background-color css
<style>
a { background-color: #DF410D; }
a { background-color: rgb(223,65,13); }
div.DivClassName
{
background-color: #DF410D;
}
.BgClassName
{
background-color: #DF410D;
}
</style>
border-color css
<style>
span { border-color: #DF410D; }
span { border-color: rgb(223,65,13); }
td.TdClassName
{
border-color: #DF410D;
}
.TagClassName
{
border-color: #DF410D;
}
</style>