Html Css Color HEX #DF280A Harley Davidson Orange
📋 copy color: '#DF280A'red 223 ◦ green 40 ◦ blue 10
Shades of Harley Davidson Orange #DF280A
Tints of Harley Davidson Orange #DF280A
RGB
CMYK
RGB Variations
Color information
#DF280A (or 0xDF280A) is known color: Harley Davidson Orange. HEX triplet: DF, 28 and 0A. RGB value is (223,40,10). Sum of RGB (Red+Green+Blue) = 223+40+10=273 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.68% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 223 - color contains mainly: red. Hex color #DF280A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF280A is #20D7F5. Grayscale: #5B5B5B. Windows color (decimal): -2152438 or 665823. OLE color: 665823.
HSL color Cylindrical-coordinate representation of color #DF280A: hue angle of 8.45º 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 #DF280A is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 10 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.13 |
| HSL | 8.45º | 0.91% | 0.46% | - |
| HSV(B) | 8.45º | 0.96% | 0.87% | - |
| XYZ | 31.25 | 17.23 | 1.97 | - |
| YUV | 91.3 | 82.13 | 221.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 10 | 0 | 0.82 | 0.96 | 0.13 | 8.45 | 0.91 | 0.46 |
| Hex | DF | 28 | A | 0 | 52 | 60 | D | 8 | 5B | 2E |
| Octal | 337 | 50 | 12 | 0 | 122 | 140 | 15 | 10 | 133 | 56 |
| Binary | 11011111 | 101000 | 1010 | 0 | 1010010 | 1100000 | 1101 | 1000 | 1011011 | 101110 |
Color Harmonies of #DF280A
Complementary color
Monochromatic Colors of #DF280A
Black with #DF280A
Text Example
Text Example
White with #DF280A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF280A; }
p { color: rgb(223,40,10); }
H1.HeaderClassName
{
color: #DF280A;
}
.AnyTagClassName
{
color: #DF280A;
}
</style>
background-color css
<style>
a { background-color: #DF280A; }
a { background-color: rgb(223,40,10); }
div.DivClassName
{
background-color: #DF280A;
}
.BgClassName
{
background-color: #DF280A;
}
</style>
border-color css
<style>
span { border-color: #DF280A; }
span { border-color: rgb(223,40,10); }
td.TdClassName
{
border-color: #DF280A;
}
.TagClassName
{
border-color: #DF280A;
}
</style>