Html Css Color HEX #E52712 Harley Davidson Orange
📋 copy color: '#E52712'red 229 ◦ green 39 ◦ blue 18
Shades of Harley Davidson Orange #E52712
Tints of Harley Davidson Orange #E52712
RGB
CMYK
RGB Variations
Color information
#E52712 (or 0xE52712) is known color: Harley Davidson Orange. HEX triplet: E5, 27 and 12. RGB value is (229,39,18). Sum of RGB (Red+Green+Blue) = 229+39+18=286 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.07% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 229 - color contains mainly: red. Hex color #E52712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52712 is #1AD8ED. Grayscale: #5D5D5D. Windows color (decimal): -1759470 or 1189861. OLE color: 1189861.
HSL color Cylindrical-coordinate representation of color #E52712: hue angle of 5.97º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E52712 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 39 | 18 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.10 |
| HSL | 5.97º | 0.85% | 0.48% | - |
| HSV(B) | 5.97º | 0.92% | 0.9% | - |
| XYZ | 33.15 | 18.15 | 2.33 | - |
| YUV | 93.42 | 85.45 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 39 | 18 | 0 | 0.83 | 0.92 | 0.10 | 5.97 | 0.85 | 0.48 |
| Hex | E5 | 27 | 12 | 0 | 53 | 5C | A | 6 | 55 | 30 |
| Octal | 345 | 47 | 22 | 0 | 123 | 134 | 12 | 6 | 125 | 60 |
| Binary | 11100101 | 100111 | 10010 | 0 | 1010011 | 1011100 | 1010 | 110 | 1010101 | 110000 |
Color Harmonies of #E52712
Complementary color
Monochromatic Colors of #E52712
Black with #E52712
Text Example
Text Example
White with #E52712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52712; }
p { color: rgb(229,39,18); }
H1.HeaderClassName
{
color: #E52712;
}
.AnyTagClassName
{
color: #E52712;
}
</style>
background-color css
<style>
a { background-color: #E52712; }
a { background-color: rgb(229,39,18); }
div.DivClassName
{
background-color: #E52712;
}
.BgClassName
{
background-color: #E52712;
}
</style>
border-color css
<style>
span { border-color: #E52712; }
span { border-color: rgb(229,39,18); }
td.TdClassName
{
border-color: #E52712;
}
.TagClassName
{
border-color: #E52712;
}
</style>