Html Css Color HEX #DF2E08 Harley Davidson Orange
📋 copy color: '#DF2E08'red 223 ◦ green 46 ◦ blue 8
Shades of Harley Davidson Orange #DF2E08
Tints of Harley Davidson Orange #DF2E08
RGB
CMYK
RGB Variations
Color information
#DF2E08 (or 0xDF2E08) is known color: Harley Davidson Orange. HEX triplet: DF, 2E and 08. RGB value is (223,46,8). Sum of RGB (Red+Green+Blue) = 223+46+8=277 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.51% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2E08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2E08 is #20D1F7. Grayscale: #5E5E5E. Windows color (decimal): -2150904 or 536287. OLE color: 536287.
HSL color Cylindrical-coordinate representation of color #DF2E08: hue angle of 10.6º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF2E08 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 46 | 8 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.13 |
| HSL | 10.6º | 0.93% | 0.45% | - |
| HSV(B) | 10.6º | 0.96% | 0.87% | - |
| XYZ | 31.45 | 17.66 | 1.98 | - |
| YUV | 94.59 | 79.14 | 219.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 46 | 8 | 0 | 0.79 | 0.96 | 0.13 | 10.6 | 0.93 | 0.45 |
| Hex | DF | 2E | 8 | 0 | 4F | 60 | D | B | 5D | 2D |
| Octal | 337 | 56 | 10 | 0 | 117 | 140 | 15 | 13 | 135 | 55 |
| Binary | 11011111 | 101110 | 1000 | 0 | 1001111 | 1100000 | 1101 | 1011 | 1011101 | 101101 |
Color Harmonies of #DF2E08
Complementary color
Monochromatic Colors of #DF2E08
Black with #DF2E08
Text Example
Text Example
White with #DF2E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2E08; }
p { color: rgb(223,46,8); }
H1.HeaderClassName
{
color: #DF2E08;
}
.AnyTagClassName
{
color: #DF2E08;
}
</style>
background-color css
<style>
a { background-color: #DF2E08; }
a { background-color: rgb(223,46,8); }
div.DivClassName
{
background-color: #DF2E08;
}
.BgClassName
{
background-color: #DF2E08;
}
</style>
border-color css
<style>
span { border-color: #DF2E08; }
span { border-color: rgb(223,46,8); }
td.TdClassName
{
border-color: #DF2E08;
}
.TagClassName
{
border-color: #DF2E08;
}
</style>