Html Css Color HEX #DF4012 Harley Davidson Orange
📋 copy color: '#DF4012'red 223 ◦ green 64 ◦ blue 18
Shades of Harley Davidson Orange #DF4012
Tints of Harley Davidson Orange #DF4012
RGB
CMYK
RGB Variations
Color information
#DF4012 (or 0xDF4012) is known color: Harley Davidson Orange. HEX triplet: DF, 40 and 12. RGB value is (223,64,18). Sum of RGB (Red+Green+Blue) = 223+64+18=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4012 is #20BFED. Grayscale: #6A6A6A. Windows color (decimal): -2146286 or 1196255. OLE color: 1196255.
HSL color Cylindrical-coordinate representation of color #DF4012: hue angle of 13.46º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF4012 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 18 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.13 |
| HSL | 13.46º | 0.85% | 0.47% | - |
| HSV(B) | 13.46º | 0.92% | 0.87% | - |
| XYZ | 32.37 | 19.4 | 2.61 | - |
| YUV | 106.3 | 78.18 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 18 | 0 | 0.71 | 0.92 | 0.13 | 13.46 | 0.85 | 0.47 |
| Hex | DF | 40 | 12 | 0 | 47 | 5C | D | D | 55 | 2F |
| Octal | 337 | 100 | 22 | 0 | 107 | 134 | 15 | 15 | 125 | 57 |
| Binary | 11011111 | 1000000 | 10010 | 0 | 1000111 | 1011100 | 1101 | 1101 | 1010101 | 101111 |
Color Harmonies of #DF4012
Complementary color
Monochromatic Colors of #DF4012
Black with #DF4012
Text Example
Text Example
White with #DF4012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4012; }
p { color: rgb(223,64,18); }
H1.HeaderClassName
{
color: #DF4012;
}
.AnyTagClassName
{
color: #DF4012;
}
</style>
background-color css
<style>
a { background-color: #DF4012; }
a { background-color: rgb(223,64,18); }
div.DivClassName
{
background-color: #DF4012;
}
.BgClassName
{
background-color: #DF4012;
}
</style>
border-color css
<style>
span { border-color: #DF4012; }
span { border-color: rgb(223,64,18); }
td.TdClassName
{
border-color: #DF4012;
}
.TagClassName
{
border-color: #DF4012;
}
</style>