Html Css Color HEX #DF4512 Harley Davidson Orange
📋 copy color: '#DF4512'red 223 ◦ green 69 ◦ blue 18
Shades of Harley Davidson Orange #DF4512
Tints of Harley Davidson Orange #DF4512
RGB
CMYK
RGB Variations
Color information
#DF4512 (or 0xDF4512) is known color: Harley Davidson Orange. HEX triplet: DF, 45 and 12. RGB value is (223,69,18). Sum of RGB (Red+Green+Blue) = 223+69+18=310 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.94% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4512 is #20BAED. Grayscale: #6D6D6D. Windows color (decimal): -2145006 or 1197535. OLE color: 1197535.
HSL color Cylindrical-coordinate representation of color #DF4512: hue angle of 14.93º 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 #DF4512 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 69 | 18 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.13 |
| HSL | 14.93º | 0.85% | 0.47% | - |
| HSV(B) | 14.93º | 0.92% | 0.87% | - |
| XYZ | 32.67 | 19.99 | 2.71 | - |
| YUV | 109.23 | 76.52 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 69 | 18 | 0 | 0.69 | 0.92 | 0.13 | 14.93 | 0.85 | 0.47 |
| Hex | DF | 45 | 12 | 0 | 45 | 5C | D | F | 55 | 2F |
| Octal | 337 | 105 | 22 | 0 | 105 | 134 | 15 | 17 | 125 | 57 |
| Binary | 11011111 | 1000101 | 10010 | 0 | 1000101 | 1011100 | 1101 | 1111 | 1010101 | 101111 |
Color Harmonies of #DF4512
Complementary color
Monochromatic Colors of #DF4512
Black with #DF4512
Text Example
Text Example
White with #DF4512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4512; }
p { color: rgb(223,69,18); }
H1.HeaderClassName
{
color: #DF4512;
}
.AnyTagClassName
{
color: #DF4512;
}
</style>
background-color css
<style>
a { background-color: #DF4512; }
a { background-color: rgb(223,69,18); }
div.DivClassName
{
background-color: #DF4512;
}
.BgClassName
{
background-color: #DF4512;
}
</style>
border-color css
<style>
span { border-color: #DF4512; }
span { border-color: rgb(223,69,18); }
td.TdClassName
{
border-color: #DF4512;
}
.TagClassName
{
border-color: #DF4512;
}
</style>