Html Css Color HEX #DF400B Harley Davidson Orange
📋 copy color: '#DF400B'red 223 ◦ green 64 ◦ blue 11
Shades of Harley Davidson Orange #DF400B
Tints of Harley Davidson Orange #DF400B
RGB
CMYK
RGB Variations
Color information
#DF400B (or 0xDF400B) is known color: Harley Davidson Orange. HEX triplet: DF, 40 and 0B. RGB value is (223,64,11). Sum of RGB (Red+Green+Blue) = 223+64+11=298 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.83% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 223 - color contains mainly: red. Hex color #DF400B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF400B is #20BFF4. Grayscale: #696969. Windows color (decimal): -2146293 or 737503. OLE color: 737503.
HSL color Cylindrical-coordinate representation of color #DF400B: hue angle of 15º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF400B is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 11 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.13 |
| HSL | 15º | 0.91% | 0.46% | - |
| HSV(B) | 15º | 0.95% | 0.87% | - |
| XYZ | 32.33 | 19.38 | 2.35 | - |
| YUV | 105.5 | 74.68 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 11 | 0 | 0.71 | 0.95 | 0.13 | 15 | 0.91 | 0.46 |
| Hex | DF | 40 | B | 0 | 47 | 5F | D | F | 5B | 2E |
| Octal | 337 | 100 | 13 | 0 | 107 | 137 | 15 | 17 | 133 | 56 |
| Binary | 11011111 | 1000000 | 1011 | 0 | 1000111 | 1011111 | 1101 | 1111 | 1011011 | 101110 |
Color Harmonies of #DF400B
Complementary color
Monochromatic Colors of #DF400B
Black with #DF400B
Text Example
Text Example
White with #DF400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF400B; }
p { color: rgb(223,64,11); }
H1.HeaderClassName
{
color: #DF400B;
}
.AnyTagClassName
{
color: #DF400B;
}
</style>
background-color css
<style>
a { background-color: #DF400B; }
a { background-color: rgb(223,64,11); }
div.DivClassName
{
background-color: #DF400B;
}
.BgClassName
{
background-color: #DF400B;
}
</style>
border-color css
<style>
span { border-color: #DF400B; }
span { border-color: rgb(223,64,11); }
td.TdClassName
{
border-color: #DF400B;
}
.TagClassName
{
border-color: #DF400B;
}
</style>