Html Css Color HEX #DF3109 Harley Davidson Orange
📋 copy color: '#DF3109'red 223 ◦ green 49 ◦ blue 9
Shades of Harley Davidson Orange #DF3109
Tints of Harley Davidson Orange #DF3109
RGB
CMYK
RGB Variations
Color information
#DF3109 (or 0xDF3109) is known color: Harley Davidson Orange. HEX triplet: DF, 31 and 09. RGB value is (223,49,9). Sum of RGB (Red+Green+Blue) = 223+49+9=281 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.36% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3109 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3109 is #20CEF6. Grayscale: #606060. Windows color (decimal): -2150135 or 602591. OLE color: 602591.
HSL color Cylindrical-coordinate representation of color #DF3109: hue angle of 11.21º degrees, saturation: 0.92, 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 #DF3109 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 9 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.13 |
| HSL | 11.21º | 0.92% | 0.45% | - |
| HSV(B) | 11.21º | 0.96% | 0.87% | - |
| XYZ | 31.58 | 17.9 | 2.05 | - |
| YUV | 96.47 | 78.65 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 9 | 0 | 0.78 | 0.96 | 0.13 | 11.21 | 0.92 | 0.45 |
| Hex | DF | 31 | 9 | 0 | 4E | 60 | D | B | 5C | 2D |
| Octal | 337 | 61 | 11 | 0 | 116 | 140 | 15 | 13 | 134 | 55 |
| Binary | 11011111 | 110001 | 1001 | 0 | 1001110 | 1100000 | 1101 | 1011 | 1011100 | 101101 |
Color Harmonies of #DF3109
Complementary color
Monochromatic Colors of #DF3109
Black with #DF3109
Text Example
Text Example
White with #DF3109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3109; }
p { color: rgb(223,49,9); }
H1.HeaderClassName
{
color: #DF3109;
}
.AnyTagClassName
{
color: #DF3109;
}
</style>
background-color css
<style>
a { background-color: #DF3109; }
a { background-color: rgb(223,49,9); }
div.DivClassName
{
background-color: #DF3109;
}
.BgClassName
{
background-color: #DF3109;
}
</style>
border-color css
<style>
span { border-color: #DF3109; }
span { border-color: rgb(223,49,9); }
td.TdClassName
{
border-color: #DF3109;
}
.TagClassName
{
border-color: #DF3109;
}
</style>