Html Css Color HEX #DF400D Harley Davidson Orange
📋 copy color: '#DF400D'red 223 ◦ green 64 ◦ blue 13
Shades of Harley Davidson Orange #DF400D
Tints of Harley Davidson Orange #DF400D
RGB
CMYK
RGB Variations
Color information
#DF400D (or 0xDF400D) is known color: Harley Davidson Orange. HEX triplet: DF, 40 and 0D. RGB value is (223,64,13). Sum of RGB (Red+Green+Blue) = 223+64+13=300 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.33% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 223 - color contains mainly: red. Hex color #DF400D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF400D is #20BFF2. Grayscale: #6A6A6A. Windows color (decimal): -2146291 or 868575. OLE color: 868575.
HSL color Cylindrical-coordinate representation of color #DF400D: hue angle of 14.57º 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 #DF400D is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 13 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.13 |
| HSL | 14.57º | 0.89% | 0.46% | - |
| HSV(B) | 14.57º | 0.94% | 0.87% | - |
| XYZ | 32.34 | 19.38 | 2.42 | - |
| YUV | 105.73 | 75.68 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 13 | 0 | 0.71 | 0.94 | 0.13 | 14.57 | 0.89 | 0.46 |
| Hex | DF | 40 | D | 0 | 47 | 5E | D | F | 59 | 2E |
| Octal | 337 | 100 | 15 | 0 | 107 | 136 | 15 | 17 | 131 | 56 |
| Binary | 11011111 | 1000000 | 1101 | 0 | 1000111 | 1011110 | 1101 | 1111 | 1011001 | 101110 |
Color Harmonies of #DF400D
Complementary color
Monochromatic Colors of #DF400D
Black with #DF400D
Text Example
Text Example
White with #DF400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF400D; }
p { color: rgb(223,64,13); }
H1.HeaderClassName
{
color: #DF400D;
}
.AnyTagClassName
{
color: #DF400D;
}
</style>
background-color css
<style>
a { background-color: #DF400D; }
a { background-color: rgb(223,64,13); }
div.DivClassName
{
background-color: #DF400D;
}
.BgClassName
{
background-color: #DF400D;
}
</style>
border-color css
<style>
span { border-color: #DF400D; }
span { border-color: rgb(223,64,13); }
td.TdClassName
{
border-color: #DF400D;
}
.TagClassName
{
border-color: #DF400D;
}
</style>