Html Css Color HEX #DF310A Harley Davidson Orange
📋 copy color: '#DF310A'red 223 ◦ green 49 ◦ blue 10
Shades of Harley Davidson Orange #DF310A
Tints of Harley Davidson Orange #DF310A
RGB
CMYK
RGB Variations
Color information
#DF310A (or 0xDF310A) is known color: Harley Davidson Orange. HEX triplet: DF, 31 and 0A. RGB value is (223,49,10). Sum of RGB (Red+Green+Blue) = 223+49+10=282 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.08% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 223 - color contains mainly: red. Hex color #DF310A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF310A is #20CEF5. Grayscale: #606060. Windows color (decimal): -2150134 or 668127. OLE color: 668127.
HSL color Cylindrical-coordinate representation of color #DF310A: hue angle of 10.99º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF310A is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 10 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.13 |
| HSL | 10.99º | 0.91% | 0.46% | - |
| HSV(B) | 10.99º | 0.96% | 0.87% | - |
| XYZ | 31.58 | 17.91 | 2.08 | - |
| YUV | 96.58 | 79.15 | 218.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 10 | 0 | 0.78 | 0.96 | 0.13 | 10.99 | 0.91 | 0.46 |
| Hex | DF | 31 | A | 0 | 4E | 60 | D | B | 5B | 2E |
| Octal | 337 | 61 | 12 | 0 | 116 | 140 | 15 | 13 | 133 | 56 |
| Binary | 11011111 | 110001 | 1010 | 0 | 1001110 | 1100000 | 1101 | 1011 | 1011011 | 101110 |
Color Harmonies of #DF310A
Complementary color
Monochromatic Colors of #DF310A
Black with #DF310A
Text Example
Text Example
White with #DF310A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF310A; }
p { color: rgb(223,49,10); }
H1.HeaderClassName
{
color: #DF310A;
}
.AnyTagClassName
{
color: #DF310A;
}
</style>
background-color css
<style>
a { background-color: #DF310A; }
a { background-color: rgb(223,49,10); }
div.DivClassName
{
background-color: #DF310A;
}
.BgClassName
{
background-color: #DF310A;
}
</style>
border-color css
<style>
span { border-color: #DF310A; }
span { border-color: rgb(223,49,10); }
td.TdClassName
{
border-color: #DF310A;
}
.TagClassName
{
border-color: #DF310A;
}
</style>