Html Css Color HEX #E11D1B Harley Davidson Orange
📋 copy color: '#E11D1B'red 225 ◦ green 29 ◦ blue 27
Shades of Harley Davidson Orange #E11D1B
Tints of Harley Davidson Orange #E11D1B
RGB
CMYK
RGB Variations
Color information
#E11D1B (or 0xE11D1B) is known color: Harley Davidson Orange. HEX triplet: E1, 1D and 1B. RGB value is (225,29,27). Sum of RGB (Red+Green+Blue) = 225+29+27=281 (37% of max value = 765). Red value is 225 (88.28% from 255 or 80.07% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 225 - color contains mainly: red. Hex color #E11D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11D1B is #1EE2E4. Grayscale: #575757. Windows color (decimal): -2024165 or 1777121. OLE color: 1777121.
HSL color Cylindrical-coordinate representation of color #E11D1B: hue angle of 0.61º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11D1B is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 29 | 27 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.12 |
| HSL | 0.61º | 0.79% | 0.49% | - |
| HSV(B) | 0.61º | 0.88% | 0.88% | - |
| XYZ | 31.69 | 16.97 | 2.64 | - |
| YUV | 87.38 | 93.93 | 226.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 29 | 27 | 0 | 0.87 | 0.88 | 0.12 | 0.61 | 0.79 | 0.49 |
| Hex | E1 | 1D | 1B | 0 | 57 | 58 | C | 1 | 4F | 31 |
| Octal | 341 | 35 | 33 | 0 | 127 | 130 | 14 | 1 | 117 | 61 |
| Binary | 11100001 | 11101 | 11011 | 0 | 1010111 | 1011000 | 1100 | 1 | 1001111 | 110001 |
Color Harmonies of #E11D1B
Complementary color
Monochromatic Colors of #E11D1B
Black with #E11D1B
Text Example
Text Example
White with #E11D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11D1B; }
p { color: rgb(225,29,27); }
H1.HeaderClassName
{
color: #E11D1B;
}
.AnyTagClassName
{
color: #E11D1B;
}
</style>
background-color css
<style>
a { background-color: #E11D1B; }
a { background-color: rgb(225,29,27); }
div.DivClassName
{
background-color: #E11D1B;
}
.BgClassName
{
background-color: #E11D1B;
}
</style>
border-color css
<style>
span { border-color: #E11D1B; }
span { border-color: rgb(225,29,27); }
td.TdClassName
{
border-color: #E11D1B;
}
.TagClassName
{
border-color: #E11D1B;
}
</style>