Html Css Color HEX #DF3B16 Harley Davidson Orange
📋 copy color: '#DF3B16'red 223 ◦ green 59 ◦ blue 22
Shades of Harley Davidson Orange #DF3B16
Tints of Harley Davidson Orange #DF3B16
RGB
CMYK
RGB Variations
Color information
#DF3B16 (or 0xDF3B16) is known color: Harley Davidson Orange. HEX triplet: DF, 3B and 16. RGB value is (223,59,22). Sum of RGB (Red+Green+Blue) = 223+59+22=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3B16 is #20C4E9. Grayscale: #686868. Windows color (decimal): -2147562 or 1457119. OLE color: 1457119.
HSL color Cylindrical-coordinate representation of color #DF3B16: hue angle of 11.04º 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 #DF3B16 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 59 | 22 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.13 |
| HSL | 11.04º | 0.82% | 0.48% | - |
| HSV(B) | 11.04º | 0.9% | 0.87% | - |
| XYZ | 32.14 | 18.87 | 2.71 | - |
| YUV | 103.82 | 81.83 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 59 | 22 | 0 | 0.74 | 0.90 | 0.13 | 11.04 | 0.82 | 0.48 |
| Hex | DF | 3B | 16 | 0 | 4A | 5A | D | B | 52 | 30 |
| Octal | 337 | 73 | 26 | 0 | 112 | 132 | 15 | 13 | 122 | 60 |
| Binary | 11011111 | 111011 | 10110 | 0 | 1001010 | 1011010 | 1101 | 1011 | 1010010 | 110000 |
Color Harmonies of #DF3B16
Complementary color
Monochromatic Colors of #DF3B16
Black with #DF3B16
Text Example
Text Example
White with #DF3B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3B16; }
p { color: rgb(223,59,22); }
H1.HeaderClassName
{
color: #DF3B16;
}
.AnyTagClassName
{
color: #DF3B16;
}
</style>
background-color css
<style>
a { background-color: #DF3B16; }
a { background-color: rgb(223,59,22); }
div.DivClassName
{
background-color: #DF3B16;
}
.BgClassName
{
background-color: #DF3B16;
}
</style>
border-color css
<style>
span { border-color: #DF3B16; }
span { border-color: rgb(223,59,22); }
td.TdClassName
{
border-color: #DF3B16;
}
.TagClassName
{
border-color: #DF3B16;
}
</style>