Html Css Color HEX #E44115 Harley Davidson Orange
📋 copy color: '#E44115'red 228 ◦ green 65 ◦ blue 21
Shades of Harley Davidson Orange #E44115
Tints of Harley Davidson Orange #E44115
RGB
CMYK
RGB Variations
Color information
#E44115 (or 0xE44115) is known color: Harley Davidson Orange. HEX triplet: E4, 41 and 15. RGB value is (228,65,21). Sum of RGB (Red+Green+Blue) = 228+65+21=314 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.61% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 228 - color contains mainly: red. Hex color #E44115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E44115 is #1BBEEA. Grayscale: #6D6D6D. Windows color (decimal): -1818347 or 1393124. OLE color: 1393124.
HSL color Cylindrical-coordinate representation of color #E44115: hue angle of 12.75º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E44115 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 65 | 21 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.11 |
| HSL | 12.75º | 0.83% | 0.49% | - |
| HSV(B) | 12.75º | 0.91% | 0.89% | - |
| XYZ | 34.02 | 20.33 | 2.84 | - |
| YUV | 108.72 | 78.5 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 65 | 21 | 0 | 0.71 | 0.91 | 0.11 | 12.75 | 0.83 | 0.49 |
| Hex | E4 | 41 | 15 | 0 | 47 | 5B | B | D | 53 | 31 |
| Octal | 344 | 101 | 25 | 0 | 107 | 133 | 13 | 15 | 123 | 61 |
| Binary | 11100100 | 1000001 | 10101 | 0 | 1000111 | 1011011 | 1011 | 1101 | 1010011 | 110001 |
Color Harmonies of #E44115
Complementary color
Monochromatic Colors of #E44115
Black with #E44115
Text Example
Text Example
White with #E44115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44115; }
p { color: rgb(228,65,21); }
H1.HeaderClassName
{
color: #E44115;
}
.AnyTagClassName
{
color: #E44115;
}
</style>
background-color css
<style>
a { background-color: #E44115; }
a { background-color: rgb(228,65,21); }
div.DivClassName
{
background-color: #E44115;
}
.BgClassName
{
background-color: #E44115;
}
</style>
border-color css
<style>
span { border-color: #E44115; }
span { border-color: rgb(228,65,21); }
td.TdClassName
{
border-color: #E44115;
}
.TagClassName
{
border-color: #E44115;
}
</style>