Html Css Color HEX #E31D1B Harley Davidson Orange
📋 copy color: '#E31D1B'red 227 ◦ green 29 ◦ blue 27
Shades of Harley Davidson Orange #E31D1B
Tints of Harley Davidson Orange #E31D1B
RGB
CMYK
RGB Variations
Color information
#E31D1B (or 0xE31D1B) is known color: Harley Davidson Orange. HEX triplet: E3, 1D and 1B. RGB value is (227,29,27). Sum of RGB (Red+Green+Blue) = 227+29+27=283 (37% of max value = 765). Red value is 227 (89.06% from 255 or 80.21% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 227 - color contains mainly: red. Hex color #E31D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E31D1B is #1CE2E4. Grayscale: #585858. Windows color (decimal): -1893093 or 1777123. OLE color: 1777123.
HSL color Cylindrical-coordinate representation of color #E31D1B: hue angle of 0.6º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31D1B is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 29 | 27 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.11 |
| HSL | 0.6º | 0.79% | 0.5% | - |
| HSV(B) | 0.6º | 0.88% | 0.89% | - |
| XYZ | 32.32 | 17.29 | 2.67 | - |
| YUV | 87.97 | 93.6 | 227.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 29 | 27 | 0 | 0.87 | 0.88 | 0.11 | 0.6 | 0.79 | 0.5 |
| Hex | E3 | 1D | 1B | 0 | 57 | 58 | B | 1 | 4F | 32 |
| Octal | 343 | 35 | 33 | 0 | 127 | 130 | 13 | 1 | 117 | 62 |
| Binary | 11100011 | 11101 | 11011 | 0 | 1010111 | 1011000 | 1011 | 1 | 1001111 | 110010 |
Color Harmonies of #E31D1B
Complementary color
Monochromatic Colors of #E31D1B
Black with #E31D1B
Text Example
Text Example
White with #E31D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31D1B; }
p { color: rgb(227,29,27); }
H1.HeaderClassName
{
color: #E31D1B;
}
.AnyTagClassName
{
color: #E31D1B;
}
</style>
background-color css
<style>
a { background-color: #E31D1B; }
a { background-color: rgb(227,29,27); }
div.DivClassName
{
background-color: #E31D1B;
}
.BgClassName
{
background-color: #E31D1B;
}
</style>
border-color css
<style>
span { border-color: #E31D1B; }
span { border-color: rgb(227,29,27); }
td.TdClassName
{
border-color: #E31D1B;
}
.TagClassName
{
border-color: #E31D1B;
}
</style>