Html Css Color HEX #DF290A Harley Davidson Orange
📋 copy color: '#DF290A'red 223 ◦ green 41 ◦ blue 10
Shades of Harley Davidson Orange #DF290A
Tints of Harley Davidson Orange #DF290A
RGB
CMYK
RGB Variations
Color information
#DF290A (or 0xDF290A) is known color: Harley Davidson Orange. HEX triplet: DF, 29 and 0A. RGB value is (223,41,10). Sum of RGB (Red+Green+Blue) = 223+41+10=274 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.39% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 10 (4.30% from 255 or 3.65% from 274); Max value from RGB is 223 - color contains mainly: red. Hex color #DF290A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF290A is #20D6F5. Grayscale: #5C5C5C. Windows color (decimal): -2152182 or 666079. OLE color: 666079.
HSL color Cylindrical-coordinate representation of color #DF290A: hue angle of 8.73º 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 #DF290A is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 10 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.13 |
| HSL | 8.73º | 0.91% | 0.46% | - |
| HSV(B) | 8.73º | 0.96% | 0.87% | - |
| XYZ | 31.28 | 17.3 | 1.98 | - |
| YUV | 91.88 | 81.8 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 10 | 0 | 0.82 | 0.96 | 0.13 | 8.73 | 0.91 | 0.46 |
| Hex | DF | 29 | A | 0 | 52 | 60 | D | 9 | 5B | 2E |
| Octal | 337 | 51 | 12 | 0 | 122 | 140 | 15 | 11 | 133 | 56 |
| Binary | 11011111 | 101001 | 1010 | 0 | 1010010 | 1100000 | 1101 | 1001 | 1011011 | 101110 |
Color Harmonies of #DF290A
Complementary color
Monochromatic Colors of #DF290A
Black with #DF290A
Text Example
Text Example
White with #DF290A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF290A; }
p { color: rgb(223,41,10); }
H1.HeaderClassName
{
color: #DF290A;
}
.AnyTagClassName
{
color: #DF290A;
}
</style>
background-color css
<style>
a { background-color: #DF290A; }
a { background-color: rgb(223,41,10); }
div.DivClassName
{
background-color: #DF290A;
}
.BgClassName
{
background-color: #DF290A;
}
</style>
border-color css
<style>
span { border-color: #DF290A; }
span { border-color: rgb(223,41,10); }
td.TdClassName
{
border-color: #DF290A;
}
.TagClassName
{
border-color: #DF290A;
}
</style>