Html Css Color HEX #DF280E Harley Davidson Orange
📋 copy color: '#DF280E'red 223 ◦ green 40 ◦ blue 14
Shades of Harley Davidson Orange #DF280E
Tints of Harley Davidson Orange #DF280E
RGB
CMYK
RGB Variations
Color information
#DF280E (or 0xDF280E) is known color: Harley Davidson Orange. HEX triplet: DF, 28 and 0E. RGB value is (223,40,14). Sum of RGB (Red+Green+Blue) = 223+40+14=277 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.51% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 223 - color contains mainly: red. Hex color #DF280E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF280E is #20D7F1. Grayscale: #5C5C5C. Windows color (decimal): -2152434 or 927967. OLE color: 927967.
HSL color Cylindrical-coordinate representation of color #DF280E: hue angle of 7.46º degrees, saturation: 0.88, 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 #DF280E is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 14 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.13 |
| HSL | 7.46º | 0.88% | 0.46% | - |
| HSV(B) | 7.46º | 0.94% | 0.87% | - |
| XYZ | 31.27 | 17.24 | 2.09 | - |
| YUV | 91.75 | 84.13 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 14 | 0 | 0.82 | 0.94 | 0.13 | 7.46 | 0.88 | 0.46 |
| Hex | DF | 28 | E | 0 | 52 | 5E | D | 7 | 58 | 2E |
| Octal | 337 | 50 | 16 | 0 | 122 | 136 | 15 | 7 | 130 | 56 |
| Binary | 11011111 | 101000 | 1110 | 0 | 1010010 | 1011110 | 1101 | 111 | 1011000 | 101110 |
Color Harmonies of #DF280E
Complementary color
Monochromatic Colors of #DF280E
Black with #DF280E
Text Example
Text Example
White with #DF280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF280E; }
p { color: rgb(223,40,14); }
H1.HeaderClassName
{
color: #DF280E;
}
.AnyTagClassName
{
color: #DF280E;
}
</style>
background-color css
<style>
a { background-color: #DF280E; }
a { background-color: rgb(223,40,14); }
div.DivClassName
{
background-color: #DF280E;
}
.BgClassName
{
background-color: #DF280E;
}
</style>
border-color css
<style>
span { border-color: #DF280E; }
span { border-color: rgb(223,40,14); }
td.TdClassName
{
border-color: #DF280E;
}
.TagClassName
{
border-color: #DF280E;
}
</style>