Html Css Color HEX #DF3714 Harley Davidson Orange
📋 copy color: '#DF3714'red 223 ◦ green 55 ◦ blue 20
Shades of Harley Davidson Orange #DF3714
Tints of Harley Davidson Orange #DF3714
RGB
CMYK
RGB Variations
Color information
#DF3714 (or 0xDF3714) is known color: Harley Davidson Orange. HEX triplet: DF, 37 and 14. RGB value is (223,55,20). Sum of RGB (Red+Green+Blue) = 223+55+20=298 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.83% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3714 is #20C8EB. Grayscale: #656565. Windows color (decimal): -2148588 or 1325023. OLE color: 1325023.
HSL color Cylindrical-coordinate representation of color #DF3714: hue angle of 10.34º 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 #DF3714 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 20 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.13 |
| HSL | 10.34º | 0.84% | 0.48% | - |
| HSV(B) | 10.34º | 0.91% | 0.87% | - |
| XYZ | 31.92 | 18.47 | 2.54 | - |
| YUV | 101.24 | 82.16 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 20 | 0 | 0.75 | 0.91 | 0.13 | 10.34 | 0.84 | 0.48 |
| Hex | DF | 37 | 14 | 0 | 4B | 5B | D | A | 54 | 30 |
| Octal | 337 | 67 | 24 | 0 | 113 | 133 | 15 | 12 | 124 | 60 |
| Binary | 11011111 | 110111 | 10100 | 0 | 1001011 | 1011011 | 1101 | 1010 | 1010100 | 110000 |
Color Harmonies of #DF3714
Complementary color
Monochromatic Colors of #DF3714
Black with #DF3714
Text Example
Text Example
White with #DF3714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3714; }
p { color: rgb(223,55,20); }
H1.HeaderClassName
{
color: #DF3714;
}
.AnyTagClassName
{
color: #DF3714;
}
</style>
background-color css
<style>
a { background-color: #DF3714; }
a { background-color: rgb(223,55,20); }
div.DivClassName
{
background-color: #DF3714;
}
.BgClassName
{
background-color: #DF3714;
}
</style>
border-color css
<style>
span { border-color: #DF3714; }
span { border-color: rgb(223,55,20); }
td.TdClassName
{
border-color: #DF3714;
}
.TagClassName
{
border-color: #DF3714;
}
</style>