Html Css Color HEX #E01F1B Harley Davidson Orange
📋 copy color: '#E01F1B'red 224 ◦ green 31 ◦ blue 27
Shades of Harley Davidson Orange #E01F1B
Tints of Harley Davidson Orange #E01F1B
RGB
CMYK
RGB Variations
Color information
#E01F1B (or 0xE01F1B) is known color: Harley Davidson Orange. HEX triplet: E0, 1F and 1B. RGB value is (224,31,27). Sum of RGB (Red+Green+Blue) = 224+31+27=282 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.43% from 282); Green value is 31 (12.5% from 255 or 10.99% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 224 - color contains mainly: red. Hex color #E01F1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01F1B is #1FE0E4. Grayscale: #585858. Windows color (decimal): -2089189 or 1777632. OLE color: 1777632.
HSL color Cylindrical-coordinate representation of color #E01F1B: hue angle of 1.22º degrees, saturation: 0.78, 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 #E01F1B is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 31 | 27 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.12 |
| HSL | 1.22º | 0.78% | 0.49% | - |
| HSV(B) | 1.22º | 0.88% | 0.88% | - |
| XYZ | 31.43 | 16.91 | 2.64 | - |
| YUV | 88.25 | 93.44 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 31 | 27 | 0 | 0.86 | 0.88 | 0.12 | 1.22 | 0.78 | 0.49 |
| Hex | E0 | 1F | 1B | 0 | 56 | 58 | C | 1 | 4E | 31 |
| Octal | 340 | 37 | 33 | 0 | 126 | 130 | 14 | 1 | 116 | 61 |
| Binary | 11100000 | 11111 | 11011 | 0 | 1010110 | 1011000 | 1100 | 1 | 1001110 | 110001 |
Color Harmonies of #E01F1B
Complementary color
Monochromatic Colors of #E01F1B
Black with #E01F1B
Text Example
Text Example
White with #E01F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01F1B; }
p { color: rgb(224,31,27); }
H1.HeaderClassName
{
color: #E01F1B;
}
.AnyTagClassName
{
color: #E01F1B;
}
</style>
background-color css
<style>
a { background-color: #E01F1B; }
a { background-color: rgb(224,31,27); }
div.DivClassName
{
background-color: #E01F1B;
}
.BgClassName
{
background-color: #E01F1B;
}
</style>
border-color css
<style>
span { border-color: #E01F1B; }
span { border-color: rgb(224,31,27); }
td.TdClassName
{
border-color: #E01F1B;
}
.TagClassName
{
border-color: #E01F1B;
}
</style>