Html Css Color HEX #DF3409 Harley Davidson Orange
📋 copy color: '#DF3409'red 223 ◦ green 52 ◦ blue 9
Shades of Harley Davidson Orange #DF3409
Tints of Harley Davidson Orange #DF3409
RGB
CMYK
RGB Variations
Color information
#DF3409 (or 0xDF3409) is known color: Harley Davidson Orange. HEX triplet: DF, 34 and 09. RGB value is (223,52,9). Sum of RGB (Red+Green+Blue) = 223+52+9=284 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.52% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 9 (3.91% from 255 or 3.17% from 284); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3409 is #20CBF6. Grayscale: #626262. Windows color (decimal): -2149367 or 603359. OLE color: 603359.
HSL color Cylindrical-coordinate representation of color #DF3409: hue angle of 12.06º 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 #DF3409 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 9 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.13 |
| HSL | 12.06º | 0.92% | 0.45% | - |
| HSV(B) | 12.06º | 0.96% | 0.87% | - |
| XYZ | 31.71 | 18.16 | 2.09 | - |
| YUV | 98.23 | 77.65 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 9 | 0 | 0.77 | 0.96 | 0.13 | 12.06 | 0.92 | 0.45 |
| Hex | DF | 34 | 9 | 0 | 4D | 60 | D | C | 5C | 2D |
| Octal | 337 | 64 | 11 | 0 | 115 | 140 | 15 | 14 | 134 | 55 |
| Binary | 11011111 | 110100 | 1001 | 0 | 1001101 | 1100000 | 1101 | 1100 | 1011100 | 101101 |
Color Harmonies of #DF3409
Complementary color
Monochromatic Colors of #DF3409
Black with #DF3409
Text Example
Text Example
White with #DF3409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3409; }
p { color: rgb(223,52,9); }
H1.HeaderClassName
{
color: #DF3409;
}
.AnyTagClassName
{
color: #DF3409;
}
</style>
background-color css
<style>
a { background-color: #DF3409; }
a { background-color: rgb(223,52,9); }
div.DivClassName
{
background-color: #DF3409;
}
.BgClassName
{
background-color: #DF3409;
}
</style>
border-color css
<style>
span { border-color: #DF3409; }
span { border-color: rgb(223,52,9); }
td.TdClassName
{
border-color: #DF3409;
}
.TagClassName
{
border-color: #DF3409;
}
</style>