Html Css Color HEX #DF420E Harley Davidson Orange
📋 copy color: '#DF420E'red 223 ◦ green 66 ◦ blue 14
Shades of Harley Davidson Orange #DF420E
Tints of Harley Davidson Orange #DF420E
RGB
CMYK
RGB Variations
Color information
#DF420E (or 0xDF420E) is known color: Harley Davidson Orange. HEX triplet: DF, 42 and 0E. RGB value is (223,66,14). Sum of RGB (Red+Green+Blue) = 223+66+14=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF420E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF420E is #20BDF1. Grayscale: #6B6B6B. Windows color (decimal): -2145778 or 934623. OLE color: 934623.
HSL color Cylindrical-coordinate representation of color #DF420E: hue angle of 14.93º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF420E is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 14 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.13 |
| HSL | 14.93º | 0.88% | 0.46% | - |
| HSV(B) | 14.93º | 0.94% | 0.87% | - |
| XYZ | 32.46 | 19.62 | 2.49 | - |
| YUV | 107.02 | 75.51 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 14 | 0 | 0.70 | 0.94 | 0.13 | 14.93 | 0.88 | 0.46 |
| Hex | DF | 42 | E | 0 | 46 | 5E | D | F | 58 | 2E |
| Octal | 337 | 102 | 16 | 0 | 106 | 136 | 15 | 17 | 130 | 56 |
| Binary | 11011111 | 1000010 | 1110 | 0 | 1000110 | 1011110 | 1101 | 1111 | 1011000 | 101110 |
Color Harmonies of #DF420E
Complementary color
Monochromatic Colors of #DF420E
Black with #DF420E
Text Example
Text Example
White with #DF420E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF420E; }
p { color: rgb(223,66,14); }
H1.HeaderClassName
{
color: #DF420E;
}
.AnyTagClassName
{
color: #DF420E;
}
</style>
background-color css
<style>
a { background-color: #DF420E; }
a { background-color: rgb(223,66,14); }
div.DivClassName
{
background-color: #DF420E;
}
.BgClassName
{
background-color: #DF420E;
}
</style>
border-color css
<style>
span { border-color: #DF420E; }
span { border-color: rgb(223,66,14); }
td.TdClassName
{
border-color: #DF420E;
}
.TagClassName
{
border-color: #DF420E;
}
</style>