Html Css Color HEX #DF291A Harley Davidson Orange
📋 copy color: '#DF291A'red 223 ◦ green 41 ◦ blue 26
Shades of Harley Davidson Orange #DF291A
Tints of Harley Davidson Orange #DF291A
RGB
CMYK
RGB Variations
Color information
#DF291A (or 0xDF291A) is known color: Harley Davidson Orange. HEX triplet: DF, 29 and 1A. RGB value is (223,41,26). Sum of RGB (Red+Green+Blue) = 223+41+26=290 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.90% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 223 - color contains mainly: red. Hex color #DF291A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF291A is #20D6E5. Grayscale: #5D5D5D. Windows color (decimal): -2152166 or 1714655. OLE color: 1714655.
HSL color Cylindrical-coordinate representation of color #DF291A: hue angle of 4.57º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF291A is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 26 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.13 |
| HSL | 4.57º | 0.79% | 0.49% | - |
| HSV(B) | 4.57º | 0.88% | 0.87% | - |
| XYZ | 31.41 | 17.35 | 2.67 | - |
| YUV | 93.71 | 89.8 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 26 | 0 | 0.82 | 0.88 | 0.13 | 4.57 | 0.79 | 0.49 |
| Hex | DF | 29 | 1A | 0 | 52 | 58 | D | 5 | 4F | 31 |
| Octal | 337 | 51 | 32 | 0 | 122 | 130 | 15 | 5 | 117 | 61 |
| Binary | 11011111 | 101001 | 11010 | 0 | 1010010 | 1011000 | 1101 | 101 | 1001111 | 110001 |
Color Harmonies of #DF291A
Complementary color
Monochromatic Colors of #DF291A
Black with #DF291A
Text Example
Text Example
White with #DF291A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF291A; }
p { color: rgb(223,41,26); }
H1.HeaderClassName
{
color: #DF291A;
}
.AnyTagClassName
{
color: #DF291A;
}
</style>
background-color css
<style>
a { background-color: #DF291A; }
a { background-color: rgb(223,41,26); }
div.DivClassName
{
background-color: #DF291A;
}
.BgClassName
{
background-color: #DF291A;
}
</style>
border-color css
<style>
span { border-color: #DF291A; }
span { border-color: rgb(223,41,26); }
td.TdClassName
{
border-color: #DF291A;
}
.TagClassName
{
border-color: #DF291A;
}
</style>