Html Css Color HEX #DF400A Harley Davidson Orange
📋 copy color: '#DF400A'red 223 ◦ green 64 ◦ blue 10
Shades of Harley Davidson Orange #DF400A
Tints of Harley Davidson Orange #DF400A
RGB
CMYK
RGB Variations
Color information
#DF400A (or 0xDF400A) is known color: Harley Davidson Orange. HEX triplet: DF, 40 and 0A. RGB value is (223,64,10). Sum of RGB (Red+Green+Blue) = 223+64+10=297 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.08% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 223 - color contains mainly: red. Hex color #DF400A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF400A is #20BFF5. Grayscale: #696969. Windows color (decimal): -2146294 or 671967. OLE color: 671967.
HSL color Cylindrical-coordinate representation of color #DF400A: hue angle of 15.21º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF400A is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 10 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.13 |
| HSL | 15.21º | 0.91% | 0.46% | - |
| HSV(B) | 15.21º | 0.96% | 0.87% | - |
| XYZ | 32.32 | 19.38 | 2.32 | - |
| YUV | 105.39 | 74.18 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 10 | 0 | 0.71 | 0.96 | 0.13 | 15.21 | 0.91 | 0.46 |
| Hex | DF | 40 | A | 0 | 47 | 60 | D | F | 5B | 2E |
| Octal | 337 | 100 | 12 | 0 | 107 | 140 | 15 | 17 | 133 | 56 |
| Binary | 11011111 | 1000000 | 1010 | 0 | 1000111 | 1100000 | 1101 | 1111 | 1011011 | 101110 |
Color Harmonies of #DF400A
Complementary color
Monochromatic Colors of #DF400A
Black with #DF400A
Text Example
Text Example
White with #DF400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF400A; }
p { color: rgb(223,64,10); }
H1.HeaderClassName
{
color: #DF400A;
}
.AnyTagClassName
{
color: #DF400A;
}
</style>
background-color css
<style>
a { background-color: #DF400A; }
a { background-color: rgb(223,64,10); }
div.DivClassName
{
background-color: #DF400A;
}
.BgClassName
{
background-color: #DF400A;
}
</style>
border-color css
<style>
span { border-color: #DF400A; }
span { border-color: rgb(223,64,10); }
td.TdClassName
{
border-color: #DF400A;
}
.TagClassName
{
border-color: #DF400A;
}
</style>