Html Css Color HEX #DF3509 Harley Davidson Orange
📋 copy color: '#DF3509'red 223 ◦ green 53 ◦ blue 9
Shades of Harley Davidson Orange #DF3509
Tints of Harley Davidson Orange #DF3509
RGB
CMYK
RGB Variations
Color information
#DF3509 (or 0xDF3509) is known color: Harley Davidson Orange. HEX triplet: DF, 35 and 09. RGB value is (223,53,9). Sum of RGB (Red+Green+Blue) = 223+53+9=285 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.25% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 9 (3.91% from 255 or 3.16% from 285); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3509 is #20CAF6. Grayscale: #636363. Windows color (decimal): -2149111 or 603615. OLE color: 603615.
HSL color Cylindrical-coordinate representation of color #DF3509: hue angle of 12.34º 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 #DF3509 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 53 | 9 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.13 |
| HSL | 12.34º | 0.92% | 0.45% | - |
| HSV(B) | 12.34º | 0.96% | 0.87% | - |
| XYZ | 31.75 | 18.25 | 2.11 | - |
| YUV | 98.81 | 77.32 | 216.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 53 | 9 | 0 | 0.76 | 0.96 | 0.13 | 12.34 | 0.92 | 0.45 |
| Hex | DF | 35 | 9 | 0 | 4C | 60 | D | C | 5C | 2D |
| Octal | 337 | 65 | 11 | 0 | 114 | 140 | 15 | 14 | 134 | 55 |
| Binary | 11011111 | 110101 | 1001 | 0 | 1001100 | 1100000 | 1101 | 1100 | 1011100 | 101101 |
Color Harmonies of #DF3509
Complementary color
Monochromatic Colors of #DF3509
Black with #DF3509
Text Example
Text Example
White with #DF3509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3509; }
p { color: rgb(223,53,9); }
H1.HeaderClassName
{
color: #DF3509;
}
.AnyTagClassName
{
color: #DF3509;
}
</style>
background-color css
<style>
a { background-color: #DF3509; }
a { background-color: rgb(223,53,9); }
div.DivClassName
{
background-color: #DF3509;
}
.BgClassName
{
background-color: #DF3509;
}
</style>
border-color css
<style>
span { border-color: #DF3509; }
span { border-color: rgb(223,53,9); }
td.TdClassName
{
border-color: #DF3509;
}
.TagClassName
{
border-color: #DF3509;
}
</style>