Html Css Color HEX #DF3916 Harley Davidson Orange
📋 copy color: '#DF3916'red 223 ◦ green 57 ◦ blue 22
Shades of Harley Davidson Orange #DF3916
Tints of Harley Davidson Orange #DF3916
RGB
CMYK
RGB Variations
Color information
#DF3916 (or 0xDF3916) is known color: Harley Davidson Orange. HEX triplet: DF, 39 and 16. RGB value is (223,57,22). Sum of RGB (Red+Green+Blue) = 223+57+22=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3916 is #20C6E9. Grayscale: #666666. Windows color (decimal): -2148074 or 1456607. OLE color: 1456607.
HSL color Cylindrical-coordinate representation of color #DF3916: hue angle of 10.45º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF3916 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 57 | 22 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.13 |
| HSL | 10.45º | 0.82% | 0.48% | - |
| HSV(B) | 10.45º | 0.9% | 0.87% | - |
| XYZ | 32.04 | 18.67 | 2.67 | - |
| YUV | 102.64 | 82.5 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 57 | 22 | 0 | 0.74 | 0.90 | 0.13 | 10.45 | 0.82 | 0.48 |
| Hex | DF | 39 | 16 | 0 | 4A | 5A | D | A | 52 | 30 |
| Octal | 337 | 71 | 26 | 0 | 112 | 132 | 15 | 12 | 122 | 60 |
| Binary | 11011111 | 111001 | 10110 | 0 | 1001010 | 1011010 | 1101 | 1010 | 1010010 | 110000 |
Color Harmonies of #DF3916
Complementary color
Monochromatic Colors of #DF3916
Black with #DF3916
Text Example
Text Example
White with #DF3916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3916; }
p { color: rgb(223,57,22); }
H1.HeaderClassName
{
color: #DF3916;
}
.AnyTagClassName
{
color: #DF3916;
}
</style>
background-color css
<style>
a { background-color: #DF3916; }
a { background-color: rgb(223,57,22); }
div.DivClassName
{
background-color: #DF3916;
}
.BgClassName
{
background-color: #DF3916;
}
</style>
border-color css
<style>
span { border-color: #DF3916; }
span { border-color: rgb(223,57,22); }
td.TdClassName
{
border-color: #DF3916;
}
.TagClassName
{
border-color: #DF3916;
}
</style>