Html Css Color HEX #DF3F16 Harley Davidson Orange
📋 copy color: '#DF3F16'red 223 ◦ green 63 ◦ blue 22
Shades of Harley Davidson Orange #DF3F16
Tints of Harley Davidson Orange #DF3F16
RGB
CMYK
RGB Variations
Color information
#DF3F16 (or 0xDF3F16) is known color: Harley Davidson Orange. HEX triplet: DF, 3F and 16. RGB value is (223,63,22). Sum of RGB (Red+Green+Blue) = 223+63+22=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3F16 is #20C0E9. Grayscale: #6A6A6A. Windows color (decimal): -2146538 or 1458143. OLE color: 1458143.
HSL color Cylindrical-coordinate representation of color #DF3F16: hue angle of 12.24º 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 #DF3F16 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 63 | 22 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.13 |
| HSL | 12.24º | 0.82% | 0.48% | - |
| HSV(B) | 12.24º | 0.9% | 0.87% | - |
| XYZ | 32.35 | 19.3 | 2.78 | - |
| YUV | 106.17 | 80.51 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 63 | 22 | 0 | 0.72 | 0.90 | 0.13 | 12.24 | 0.82 | 0.48 |
| Hex | DF | 3F | 16 | 0 | 48 | 5A | D | C | 52 | 30 |
| Octal | 337 | 77 | 26 | 0 | 110 | 132 | 15 | 14 | 122 | 60 |
| Binary | 11011111 | 111111 | 10110 | 0 | 1001000 | 1011010 | 1101 | 1100 | 1010010 | 110000 |
Color Harmonies of #DF3F16
Complementary color
Monochromatic Colors of #DF3F16
Black with #DF3F16
Text Example
Text Example
White with #DF3F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3F16; }
p { color: rgb(223,63,22); }
H1.HeaderClassName
{
color: #DF3F16;
}
.AnyTagClassName
{
color: #DF3F16;
}
</style>
background-color css
<style>
a { background-color: #DF3F16; }
a { background-color: rgb(223,63,22); }
div.DivClassName
{
background-color: #DF3F16;
}
.BgClassName
{
background-color: #DF3F16;
}
</style>
border-color css
<style>
span { border-color: #DF3F16; }
span { border-color: rgb(223,63,22); }
td.TdClassName
{
border-color: #DF3F16;
}
.TagClassName
{
border-color: #DF3F16;
}
</style>