Html Css Color HEX #DF3404 Harley Davidson Orange
📋 copy color: '#DF3404'red 223 ◦ green 52 ◦ blue 4
Shades of Harley Davidson Orange #DF3404
Tints of Harley Davidson Orange #DF3404
RGB
CMYK
RGB Variations
Color information
#DF3404 (or 0xDF3404) is known color: Harley Davidson Orange. HEX triplet: DF, 34 and 04. RGB value is (223,52,4). Sum of RGB (Red+Green+Blue) = 223+52+4=279 (36% of max value = 765). Red value is 223 (87.5% from 255 or 79.93% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 4 (1.95% from 255 or 1.43% from 279); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3404 is #20CBFB. Grayscale: #626262. Windows color (decimal): -2149372 or 275679. OLE color: 275679.
HSL color Cylindrical-coordinate representation of color #DF3404: hue angle of 13.15º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF3404 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 4 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.13 |
| HSL | 13.15º | 0.96% | 0.45% | - |
| HSV(B) | 13.15º | 0.98% | 0.87% | - |
| XYZ | 31.68 | 18.15 | 1.95 | - |
| YUV | 97.66 | 75.15 | 217.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 4 | 0 | 0.77 | 0.98 | 0.13 | 13.15 | 0.96 | 0.45 |
| Hex | DF | 34 | 4 | 0 | 4D | 62 | D | D | 60 | 2D |
| Octal | 337 | 64 | 4 | 0 | 115 | 142 | 15 | 15 | 140 | 55 |
| Binary | 11011111 | 110100 | 100 | 0 | 1001101 | 1100010 | 1101 | 1101 | 1100000 | 101101 |
Color Harmonies of #DF3404
Complementary color
Monochromatic Colors of #DF3404
Black with #DF3404
Text Example
Text Example
White with #DF3404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3404; }
p { color: rgb(223,52,4); }
H1.HeaderClassName
{
color: #DF3404;
}
.AnyTagClassName
{
color: #DF3404;
}
</style>
background-color css
<style>
a { background-color: #DF3404; }
a { background-color: rgb(223,52,4); }
div.DivClassName
{
background-color: #DF3404;
}
.BgClassName
{
background-color: #DF3404;
}
</style>
border-color css
<style>
span { border-color: #DF3404; }
span { border-color: rgb(223,52,4); }
td.TdClassName
{
border-color: #DF3404;
}
.TagClassName
{
border-color: #DF3404;
}
</style>