Html Css Color HEX #DF291E Harley Davidson Orange
📋 copy color: '#DF291E'red 223 ◦ green 41 ◦ blue 30
Shades of Harley Davidson Orange #DF291E
Tints of Harley Davidson Orange #DF291E
RGB
CMYK
RGB Variations
Color information
#DF291E (or 0xDF291E) is known color: Harley Davidson Orange. HEX triplet: DF, 29 and 1E. RGB value is (223,41,30). Sum of RGB (Red+Green+Blue) = 223+41+30=294 (38% of max value = 765). Red value is 223 (87.5% from 255 or 75.85% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 223 - color contains mainly: red. Hex color #DF291E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF291E is #20D6E1. Grayscale: #5E5E5E. Windows color (decimal): -2152162 or 1976799. OLE color: 1976799.
HSL color Cylindrical-coordinate representation of color #DF291E: hue angle of 3.42º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF291E is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 30 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.13 |
| HSL | 3.42º | 0.76% | 0.5% | - |
| HSV(B) | 3.42º | 0.87% | 0.87% | - |
| XYZ | 31.46 | 17.37 | 2.92 | - |
| YUV | 94.16 | 91.8 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 30 | 0 | 0.82 | 0.87 | 0.13 | 3.42 | 0.76 | 0.5 |
| Hex | DF | 29 | 1E | 0 | 52 | 57 | D | 3 | 4C | 32 |
| Octal | 337 | 51 | 36 | 0 | 122 | 127 | 15 | 3 | 114 | 62 |
| Binary | 11011111 | 101001 | 11110 | 0 | 1010010 | 1010111 | 1101 | 11 | 1001100 | 110010 |
Color Harmonies of #DF291E
Complementary color
Monochromatic Colors of #DF291E
Black with #DF291E
Text Example
Text Example
White with #DF291E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF291E; }
p { color: rgb(223,41,30); }
H1.HeaderClassName
{
color: #DF291E;
}
.AnyTagClassName
{
color: #DF291E;
}
</style>
background-color css
<style>
a { background-color: #DF291E; }
a { background-color: rgb(223,41,30); }
div.DivClassName
{
background-color: #DF291E;
}
.BgClassName
{
background-color: #DF291E;
}
</style>
border-color css
<style>
span { border-color: #DF291E; }
span { border-color: rgb(223,41,30); }
td.TdClassName
{
border-color: #DF291E;
}
.TagClassName
{
border-color: #DF291E;
}
</style>