Html Css Color HEX #DF3C16 Harley Davidson Orange
📋 copy color: '#DF3C16'red 223 ◦ green 60 ◦ blue 22
Shades of Harley Davidson Orange #DF3C16
Tints of Harley Davidson Orange #DF3C16
RGB
CMYK
RGB Variations
Color information
#DF3C16 (or 0xDF3C16) is known color: Harley Davidson Orange. HEX triplet: DF, 3C and 16. RGB value is (223,60,22). Sum of RGB (Red+Green+Blue) = 223+60+22=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3C16 is #20C3E9. Grayscale: #686868. Windows color (decimal): -2147306 or 1457375. OLE color: 1457375.
HSL color Cylindrical-coordinate representation of color #DF3C16: hue angle of 11.34º 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 #DF3C16 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 60 | 22 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.13 |
| HSL | 11.34º | 0.82% | 0.48% | - |
| HSV(B) | 11.34º | 0.9% | 0.87% | - |
| XYZ | 32.19 | 18.98 | 2.73 | - |
| YUV | 104.41 | 81.5 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 60 | 22 | 0 | 0.73 | 0.90 | 0.13 | 11.34 | 0.82 | 0.48 |
| Hex | DF | 3C | 16 | 0 | 49 | 5A | D | B | 52 | 30 |
| Octal | 337 | 74 | 26 | 0 | 111 | 132 | 15 | 13 | 122 | 60 |
| Binary | 11011111 | 111100 | 10110 | 0 | 1001001 | 1011010 | 1101 | 1011 | 1010010 | 110000 |
Color Harmonies of #DF3C16
Complementary color
Monochromatic Colors of #DF3C16
Black with #DF3C16
Text Example
Text Example
White with #DF3C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3C16; }
p { color: rgb(223,60,22); }
H1.HeaderClassName
{
color: #DF3C16;
}
.AnyTagClassName
{
color: #DF3C16;
}
</style>
background-color css
<style>
a { background-color: #DF3C16; }
a { background-color: rgb(223,60,22); }
div.DivClassName
{
background-color: #DF3C16;
}
.BgClassName
{
background-color: #DF3C16;
}
</style>
border-color css
<style>
span { border-color: #DF3C16; }
span { border-color: rgb(223,60,22); }
td.TdClassName
{
border-color: #DF3C16;
}
.TagClassName
{
border-color: #DF3C16;
}
</style>