Html Css Color HEX #DE4109 Harley Davidson Orange
📋 copy color: '#DE4109'red 222 ◦ green 65 ◦ blue 9
Shades of Harley Davidson Orange #DE4109
Tints of Harley Davidson Orange #DE4109
RGB
CMYK
RGB Variations
Color information
#DE4109 (or 0xDE4109) is known color: Harley Davidson Orange. HEX triplet: DE, 41 and 09. RGB value is (222,65,9). Sum of RGB (Red+Green+Blue) = 222+65+9=296 (39% of max value = 765). Red value is 222 (87.11% from 255 or 75% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 9 (3.91% from 255 or 3.04% from 296); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4109 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE4109 is #21BEF6. Grayscale: #696969. Windows color (decimal): -2211575 or 606686. OLE color: 606686.
HSL color Cylindrical-coordinate representation of color #DE4109: hue angle of 15.77º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE4109 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 65 | 9 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.13 |
| HSL | 15.77º | 0.92% | 0.45% | - |
| HSV(B) | 15.77º | 0.96% | 0.87% | - |
| XYZ | 32.06 | 19.33 | 2.3 | - |
| YUV | 105.56 | 73.51 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 65 | 9 | 0 | 0.71 | 0.96 | 0.13 | 15.77 | 0.92 | 0.45 |
| Hex | DE | 41 | 9 | 0 | 47 | 60 | D | 10 | 5C | 2D |
| Octal | 336 | 101 | 11 | 0 | 107 | 140 | 15 | 20 | 134 | 55 |
| Binary | 11011110 | 1000001 | 1001 | 0 | 1000111 | 1100000 | 1101 | 10000 | 1011100 | 101101 |
Color Harmonies of #DE4109
Complementary color
Monochromatic Colors of #DE4109
Black with #DE4109
Text Example
Text Example
White with #DE4109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4109; }
p { color: rgb(222,65,9); }
H1.HeaderClassName
{
color: #DE4109;
}
.AnyTagClassName
{
color: #DE4109;
}
</style>
background-color css
<style>
a { background-color: #DE4109; }
a { background-color: rgb(222,65,9); }
div.DivClassName
{
background-color: #DE4109;
}
.BgClassName
{
background-color: #DE4109;
}
</style>
border-color css
<style>
span { border-color: #DE4109; }
span { border-color: rgb(222,65,9); }
td.TdClassName
{
border-color: #DE4109;
}
.TagClassName
{
border-color: #DE4109;
}
</style>