Html Css Color HEX #E72D18 Harley Davidson Orange
📋 copy color: '#E72D18'red 231 ◦ green 45 ◦ blue 24
Shades of Harley Davidson Orange #E72D18
Tints of Harley Davidson Orange #E72D18
RGB
CMYK
RGB Variations
Color information
#E72D18 (or 0xE72D18) is known color: Harley Davidson Orange. HEX triplet: E7, 2D and 18. RGB value is (231,45,24). Sum of RGB (Red+Green+Blue) = 231+45+24=300 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 231 - color contains mainly: red. Hex color #E72D18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E72D18 is #18D2E7. Grayscale: #626262. Windows color (decimal): -1626856 or 1584615. OLE color: 1584615.
HSL color Cylindrical-coordinate representation of color #E72D18: hue angle of 6.09º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E72D18 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 45 | 24 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.09 |
| HSL | 6.09º | 0.81% | 0.5% | - |
| HSV(B) | 6.09º | 0.9% | 0.91% | - |
| XYZ | 34.06 | 18.93 | 2.72 | - |
| YUV | 98.22 | 86.12 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 45 | 24 | 0 | 0.81 | 0.90 | 0.09 | 6.09 | 0.81 | 0.5 |
| Hex | E7 | 2D | 18 | 0 | 51 | 5A | 9 | 6 | 51 | 32 |
| Octal | 347 | 55 | 30 | 0 | 121 | 132 | 11 | 6 | 121 | 62 |
| Binary | 11100111 | 101101 | 11000 | 0 | 1010001 | 1011010 | 1001 | 110 | 1010001 | 110010 |
Color Harmonies of #E72D18
Complementary color
Monochromatic Colors of #E72D18
Black with #E72D18
Text Example
Text Example
White with #E72D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72D18; }
p { color: rgb(231,45,24); }
H1.HeaderClassName
{
color: #E72D18;
}
.AnyTagClassName
{
color: #E72D18;
}
</style>
background-color css
<style>
a { background-color: #E72D18; }
a { background-color: rgb(231,45,24); }
div.DivClassName
{
background-color: #E72D18;
}
.BgClassName
{
background-color: #E72D18;
}
</style>
border-color css
<style>
span { border-color: #E72D18; }
span { border-color: rgb(231,45,24); }
td.TdClassName
{
border-color: #E72D18;
}
.TagClassName
{
border-color: #E72D18;
}
</style>