Html Css Color HEX #DF3D14 Harley Davidson Orange
📋 copy color: '#DF3D14'red 223 ◦ green 61 ◦ blue 20
Shades of Harley Davidson Orange #DF3D14
Tints of Harley Davidson Orange #DF3D14
RGB
CMYK
RGB Variations
Color information
#DF3D14 (or 0xDF3D14) is known color: Harley Davidson Orange. HEX triplet: DF, 3D and 14. RGB value is (223,61,20). Sum of RGB (Red+Green+Blue) = 223+61+20=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3D14 is #20C2EB. Grayscale: #696969. Windows color (decimal): -2147052 or 1326559. OLE color: 1326559.
HSL color Cylindrical-coordinate representation of color #DF3D14: hue angle of 12.12º 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 #DF3D14 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 61 | 20 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.13 |
| HSL | 12.12º | 0.84% | 0.48% | - |
| HSV(B) | 12.12º | 0.91% | 0.87% | - |
| XYZ | 32.23 | 19.08 | 2.65 | - |
| YUV | 104.76 | 80.17 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 61 | 20 | 0 | 0.73 | 0.91 | 0.13 | 12.12 | 0.84 | 0.48 |
| Hex | DF | 3D | 14 | 0 | 49 | 5B | D | C | 54 | 30 |
| Octal | 337 | 75 | 24 | 0 | 111 | 133 | 15 | 14 | 124 | 60 |
| Binary | 11011111 | 111101 | 10100 | 0 | 1001001 | 1011011 | 1101 | 1100 | 1010100 | 110000 |
Color Harmonies of #DF3D14
Complementary color
Monochromatic Colors of #DF3D14
Black with #DF3D14
Text Example
Text Example
White with #DF3D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3D14; }
p { color: rgb(223,61,20); }
H1.HeaderClassName
{
color: #DF3D14;
}
.AnyTagClassName
{
color: #DF3D14;
}
</style>
background-color css
<style>
a { background-color: #DF3D14; }
a { background-color: rgb(223,61,20); }
div.DivClassName
{
background-color: #DF3D14;
}
.BgClassName
{
background-color: #DF3D14;
}
</style>
border-color css
<style>
span { border-color: #DF3D14; }
span { border-color: rgb(223,61,20); }
td.TdClassName
{
border-color: #DF3D14;
}
.TagClassName
{
border-color: #DF3D14;
}
</style>