Html Css Color HEX #E52714 Harley Davidson Orange
📋 copy color: '#E52714'red 229 ◦ green 39 ◦ blue 20
Shades of Harley Davidson Orange #E52714
Tints of Harley Davidson Orange #E52714
RGB
CMYK
RGB Variations
Color information
#E52714 (or 0xE52714) is known color: Harley Davidson Orange. HEX triplet: E5, 27 and 14. RGB value is (229,39,20). Sum of RGB (Red+Green+Blue) = 229+39+20=288 (38% of max value = 765). Red value is 229 (89.84% from 255 or 79.51% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 229 - color contains mainly: red. Hex color #E52714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52714 is #1AD8EB. Grayscale: #5D5D5D. Windows color (decimal): -1759468 or 1320933. OLE color: 1320933.
HSL color Cylindrical-coordinate representation of color #E52714: hue angle of 5.45º degrees, saturation: 0.84, 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 #E52714 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 39 | 20 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.10 |
| HSL | 5.45º | 0.84% | 0.49% | - |
| HSV(B) | 5.45º | 0.91% | 0.9% | - |
| XYZ | 33.16 | 18.16 | 2.42 | - |
| YUV | 93.64 | 86.45 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 39 | 20 | 0 | 0.83 | 0.91 | 0.10 | 5.45 | 0.84 | 0.49 |
| Hex | E5 | 27 | 14 | 0 | 53 | 5B | A | 5 | 54 | 31 |
| Octal | 345 | 47 | 24 | 0 | 123 | 133 | 12 | 5 | 124 | 61 |
| Binary | 11100101 | 100111 | 10100 | 0 | 1010011 | 1011011 | 1010 | 101 | 1010100 | 110001 |
Color Harmonies of #E52714
Complementary color
Monochromatic Colors of #E52714
Black with #E52714
Text Example
Text Example
White with #E52714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52714; }
p { color: rgb(229,39,20); }
H1.HeaderClassName
{
color: #E52714;
}
.AnyTagClassName
{
color: #E52714;
}
</style>
background-color css
<style>
a { background-color: #E52714; }
a { background-color: rgb(229,39,20); }
div.DivClassName
{
background-color: #E52714;
}
.BgClassName
{
background-color: #E52714;
}
</style>
border-color css
<style>
span { border-color: #E52714; }
span { border-color: rgb(229,39,20); }
td.TdClassName
{
border-color: #E52714;
}
.TagClassName
{
border-color: #E52714;
}
</style>