Html Css Color HEX #E54315 Harley Davidson Orange
📋 copy color: '#E54315'red 229 ◦ green 67 ◦ blue 21
Shades of Harley Davidson Orange #E54315
Tints of Harley Davidson Orange #E54315
RGB
CMYK
RGB Variations
Color information
#E54315 (or 0xE54315) is known color: Harley Davidson Orange. HEX triplet: E5, 43 and 15. RGB value is (229,67,21). Sum of RGB (Red+Green+Blue) = 229+67+21=317 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.24% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 229 - color contains mainly: red. Hex color #E54315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54315 is #1ABCEA. Grayscale: #6E6E6E. Windows color (decimal): -1752299 or 1393637. OLE color: 1393637.
HSL color Cylindrical-coordinate representation of color #E54315: hue angle of 13.27º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E54315 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 67 | 21 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.10 |
| HSL | 13.27º | 0.83% | 0.49% | - |
| HSV(B) | 13.27º | 0.91% | 0.9% | - |
| XYZ | 34.46 | 20.73 | 2.89 | - |
| YUV | 110.19 | 77.67 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 67 | 21 | 0 | 0.71 | 0.91 | 0.10 | 13.27 | 0.83 | 0.49 |
| Hex | E5 | 43 | 15 | 0 | 47 | 5B | A | D | 53 | 31 |
| Octal | 345 | 103 | 25 | 0 | 107 | 133 | 12 | 15 | 123 | 61 |
| Binary | 11100101 | 1000011 | 10101 | 0 | 1000111 | 1011011 | 1010 | 1101 | 1010011 | 110001 |
Color Harmonies of #E54315
Complementary color
Monochromatic Colors of #E54315
Black with #E54315
Text Example
Text Example
White with #E54315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54315; }
p { color: rgb(229,67,21); }
H1.HeaderClassName
{
color: #E54315;
}
.AnyTagClassName
{
color: #E54315;
}
</style>
background-color css
<style>
a { background-color: #E54315; }
a { background-color: rgb(229,67,21); }
div.DivClassName
{
background-color: #E54315;
}
.BgClassName
{
background-color: #E54315;
}
</style>
border-color css
<style>
span { border-color: #E54315; }
span { border-color: rgb(229,67,21); }
td.TdClassName
{
border-color: #E54315;
}
.TagClassName
{
border-color: #E54315;
}
</style>