Html Css Color HEX #DF2E1B Harley Davidson Orange
📋 copy color: '#DF2E1B'red 223 ◦ green 46 ◦ blue 27
Shades of Harley Davidson Orange #DF2E1B
Tints of Harley Davidson Orange #DF2E1B
RGB
CMYK
RGB Variations
Color information
#DF2E1B (or 0xDF2E1B) is known color: Harley Davidson Orange. HEX triplet: DF, 2E and 1B. RGB value is (223,46,27). Sum of RGB (Red+Green+Blue) = 223+46+27=296 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.34% from 296); Green value is 46 (18.36% from 255 or 15.54% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2E1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2E1B is #20D1E4. Grayscale: #616161. Windows color (decimal): -2150885 or 1781471. OLE color: 1781471.
HSL color Cylindrical-coordinate representation of color #DF2E1B: hue angle of 5.82º degrees, saturation: 0.78, 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 #DF2E1B is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 46 | 27 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.13 |
| HSL | 5.82º | 0.78% | 0.49% | - |
| HSV(B) | 5.82º | 0.88% | 0.87% | - |
| XYZ | 31.61 | 17.72 | 2.79 | - |
| YUV | 96.76 | 88.64 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 46 | 27 | 0 | 0.79 | 0.88 | 0.13 | 5.82 | 0.78 | 0.49 |
| Hex | DF | 2E | 1B | 0 | 4F | 58 | D | 6 | 4E | 31 |
| Octal | 337 | 56 | 33 | 0 | 117 | 130 | 15 | 6 | 116 | 61 |
| Binary | 11011111 | 101110 | 11011 | 0 | 1001111 | 1011000 | 1101 | 110 | 1001110 | 110001 |
Color Harmonies of #DF2E1B
Complementary color
Monochromatic Colors of #DF2E1B
Black with #DF2E1B
Text Example
Text Example
White with #DF2E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2E1B; }
p { color: rgb(223,46,27); }
H1.HeaderClassName
{
color: #DF2E1B;
}
.AnyTagClassName
{
color: #DF2E1B;
}
</style>
background-color css
<style>
a { background-color: #DF2E1B; }
a { background-color: rgb(223,46,27); }
div.DivClassName
{
background-color: #DF2E1B;
}
.BgClassName
{
background-color: #DF2E1B;
}
</style>
border-color css
<style>
span { border-color: #DF2E1B; }
span { border-color: rgb(223,46,27); }
td.TdClassName
{
border-color: #DF2E1B;
}
.TagClassName
{
border-color: #DF2E1B;
}
</style>