Html Css Color HEX #DF311E Harley Davidson Orange
📋 copy color: '#DF311E'red 223 ◦ green 49 ◦ blue 30
Shades of Harley Davidson Orange #DF311E
Tints of Harley Davidson Orange #DF311E
RGB
CMYK
RGB Variations
Color information
#DF311E (or 0xDF311E) is known color: Harley Davidson Orange. HEX triplet: DF, 31 and 1E. RGB value is (223,49,30). Sum of RGB (Red+Green+Blue) = 223+49+30=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF311E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF311E is #20CEE1. Grayscale: #636363. Windows color (decimal): -2150114 or 1978847. OLE color: 1978847.
HSL color Cylindrical-coordinate representation of color #DF311E: hue angle of 5.91º 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 #DF311E is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 30 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.13 |
| HSL | 5.91º | 0.76% | 0.5% | - |
| HSV(B) | 5.91º | 0.87% | 0.87% | - |
| XYZ | 31.76 | 17.98 | 3.02 | - |
| YUV | 98.86 | 89.15 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 30 | 0 | 0.78 | 0.87 | 0.13 | 5.91 | 0.76 | 0.5 |
| Hex | DF | 31 | 1E | 0 | 4E | 57 | D | 6 | 4C | 32 |
| Octal | 337 | 61 | 36 | 0 | 116 | 127 | 15 | 6 | 114 | 62 |
| Binary | 11011111 | 110001 | 11110 | 0 | 1001110 | 1010111 | 1101 | 110 | 1001100 | 110010 |
Color Harmonies of #DF311E
Complementary color
Monochromatic Colors of #DF311E
Black with #DF311E
Text Example
Text Example
White with #DF311E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF311E; }
p { color: rgb(223,49,30); }
H1.HeaderClassName
{
color: #DF311E;
}
.AnyTagClassName
{
color: #DF311E;
}
</style>
background-color css
<style>
a { background-color: #DF311E; }
a { background-color: rgb(223,49,30); }
div.DivClassName
{
background-color: #DF311E;
}
.BgClassName
{
background-color: #DF311E;
}
</style>
border-color css
<style>
span { border-color: #DF311E; }
span { border-color: rgb(223,49,30); }
td.TdClassName
{
border-color: #DF311E;
}
.TagClassName
{
border-color: #DF311E;
}
</style>