Html Css Color HEX #E5231B Harley Davidson Orange
📋 copy color: '#E5231B'red 229 ◦ green 35 ◦ blue 27
Shades of Harley Davidson Orange #E5231B
Tints of Harley Davidson Orange #E5231B
RGB
CMYK
RGB Variations
Color information
#E5231B (or 0xE5231B) is known color: Harley Davidson Orange. HEX triplet: E5, 23 and 1B. RGB value is (229,35,27). Sum of RGB (Red+Green+Blue) = 229+35+27=291 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.69% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 229 - color contains mainly: red. Hex color #E5231B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5231B is #1ADCE4. Grayscale: #5C5C5C. Windows color (decimal): -1760485 or 1778661. OLE color: 1778661.
HSL color Cylindrical-coordinate representation of color #E5231B: hue angle of 2.38º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E5231B is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 35 | 27 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.10 |
| HSL | 2.38º | 0.8% | 0.5% | - |
| HSV(B) | 2.38º | 0.88% | 0.9% | - |
| XYZ | 33.11 | 17.94 | 2.75 | - |
| YUV | 92.09 | 91.27 | 225.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 35 | 27 | 0 | 0.85 | 0.88 | 0.10 | 2.38 | 0.8 | 0.5 |
| Hex | E5 | 23 | 1B | 0 | 55 | 58 | A | 2 | 50 | 32 |
| Octal | 345 | 43 | 33 | 0 | 125 | 130 | 12 | 2 | 120 | 62 |
| Binary | 11100101 | 100011 | 11011 | 0 | 1010101 | 1011000 | 1010 | 10 | 1010000 | 110010 |
Color Harmonies of #E5231B
Complementary color
Monochromatic Colors of #E5231B
Black with #E5231B
Text Example
Text Example
White with #E5231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5231B; }
p { color: rgb(229,35,27); }
H1.HeaderClassName
{
color: #E5231B;
}
.AnyTagClassName
{
color: #E5231B;
}
</style>
background-color css
<style>
a { background-color: #E5231B; }
a { background-color: rgb(229,35,27); }
div.DivClassName
{
background-color: #E5231B;
}
.BgClassName
{
background-color: #E5231B;
}
</style>
border-color css
<style>
span { border-color: #E5231B; }
span { border-color: rgb(229,35,27); }
td.TdClassName
{
border-color: #E5231B;
}
.TagClassName
{
border-color: #E5231B;
}
</style>