Html Css Color HEX #DF310F Harley Davidson Orange
📋 copy color: '#DF310F'red 223 ◦ green 49 ◦ blue 15
Shades of Harley Davidson Orange #DF310F
Tints of Harley Davidson Orange #DF310F
RGB
CMYK
RGB Variations
Color information
#DF310F (or 0xDF310F) is known color: Harley Davidson Orange. HEX triplet: DF, 31 and 0F. RGB value is (223,49,15). Sum of RGB (Red+Green+Blue) = 223+49+15=287 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.70% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 223 - color contains mainly: red. Hex color #DF310F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF310F is #20CEF0. Grayscale: #616161. Windows color (decimal): -2150129 or 995807. OLE color: 995807.
HSL color Cylindrical-coordinate representation of color #DF310F: hue angle of 9.81º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF310F is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 15 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.13 |
| HSL | 9.81º | 0.87% | 0.47% | - |
| HSV(B) | 9.81º | 0.93% | 0.87% | - |
| XYZ | 31.62 | 17.92 | 2.24 | - |
| YUV | 97.15 | 81.65 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 15 | 0 | 0.78 | 0.93 | 0.13 | 9.81 | 0.87 | 0.47 |
| Hex | DF | 31 | F | 0 | 4E | 5D | D | A | 57 | 2F |
| Octal | 337 | 61 | 17 | 0 | 116 | 135 | 15 | 12 | 127 | 57 |
| Binary | 11011111 | 110001 | 1111 | 0 | 1001110 | 1011101 | 1101 | 1010 | 1010111 | 101111 |
Color Harmonies of #DF310F
Complementary color
Monochromatic Colors of #DF310F
Black with #DF310F
Text Example
Text Example
White with #DF310F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF310F; }
p { color: rgb(223,49,15); }
H1.HeaderClassName
{
color: #DF310F;
}
.AnyTagClassName
{
color: #DF310F;
}
</style>
background-color css
<style>
a { background-color: #DF310F; }
a { background-color: rgb(223,49,15); }
div.DivClassName
{
background-color: #DF310F;
}
.BgClassName
{
background-color: #DF310F;
}
</style>
border-color css
<style>
span { border-color: #DF310F; }
span { border-color: rgb(223,49,15); }
td.TdClassName
{
border-color: #DF310F;
}
.TagClassName
{
border-color: #DF310F;
}
</style>