Html Css Color HEX #DF3C14 Harley Davidson Orange
📋 copy color: '#DF3C14'red 223 ◦ green 60 ◦ blue 20
Shades of Harley Davidson Orange #DF3C14
Tints of Harley Davidson Orange #DF3C14
RGB
CMYK
RGB Variations
Color information
#DF3C14 (or 0xDF3C14) is known color: Harley Davidson Orange. HEX triplet: DF, 3C and 14. RGB value is (223,60,20). Sum of RGB (Red+Green+Blue) = 223+60+20=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3C14 is #20C3EB. Grayscale: #686868. Windows color (decimal): -2147308 or 1326303. OLE color: 1326303.
HSL color Cylindrical-coordinate representation of color #DF3C14: hue angle of 11.82º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF3C14 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 60 | 20 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.13 |
| HSL | 11.82º | 0.84% | 0.48% | - |
| HSV(B) | 11.82º | 0.91% | 0.87% | - |
| XYZ | 32.17 | 18.97 | 2.63 | - |
| YUV | 104.18 | 80.5 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 60 | 20 | 0 | 0.73 | 0.91 | 0.13 | 11.82 | 0.84 | 0.48 |
| Hex | DF | 3C | 14 | 0 | 49 | 5B | D | C | 54 | 30 |
| Octal | 337 | 74 | 24 | 0 | 111 | 133 | 15 | 14 | 124 | 60 |
| Binary | 11011111 | 111100 | 10100 | 0 | 1001001 | 1011011 | 1101 | 1100 | 1010100 | 110000 |
Color Harmonies of #DF3C14
Complementary color
Monochromatic Colors of #DF3C14
Black with #DF3C14
Text Example
Text Example
White with #DF3C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3C14; }
p { color: rgb(223,60,20); }
H1.HeaderClassName
{
color: #DF3C14;
}
.AnyTagClassName
{
color: #DF3C14;
}
</style>
background-color css
<style>
a { background-color: #DF3C14; }
a { background-color: rgb(223,60,20); }
div.DivClassName
{
background-color: #DF3C14;
}
.BgClassName
{
background-color: #DF3C14;
}
</style>
border-color css
<style>
span { border-color: #DF3C14; }
span { border-color: rgb(223,60,20); }
td.TdClassName
{
border-color: #DF3C14;
}
.TagClassName
{
border-color: #DF3C14;
}
</style>