Html Css Color HEX #E02D1B Harley Davidson Orange
📋 copy color: '#E02D1B'red 224 ◦ green 45 ◦ blue 27
Shades of Harley Davidson Orange #E02D1B
Tints of Harley Davidson Orange #E02D1B
RGB
CMYK
RGB Variations
Color information
#E02D1B (or 0xE02D1B) is known color: Harley Davidson Orange. HEX triplet: E0, 2D and 1B. RGB value is (224,45,27). Sum of RGB (Red+Green+Blue) = 224+45+27=296 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.68% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02D1B is #1FD2E4. Grayscale: #606060. Windows color (decimal): -2085605 or 1781216. OLE color: 1781216.
HSL color Cylindrical-coordinate representation of color #E02D1B: hue angle of 5.48º 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 #E02D1B is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 45 | 27 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.12 |
| HSL | 5.48º | 0.78% | 0.49% | - |
| HSV(B) | 5.48º | 0.88% | 0.88% | - |
| XYZ | 31.88 | 17.8 | 2.79 | - |
| YUV | 96.47 | 88.8 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 45 | 27 | 0 | 0.80 | 0.88 | 0.12 | 5.48 | 0.78 | 0.49 |
| Hex | E0 | 2D | 1B | 0 | 50 | 58 | C | 5 | 4E | 31 |
| Octal | 340 | 55 | 33 | 0 | 120 | 130 | 14 | 5 | 116 | 61 |
| Binary | 11100000 | 101101 | 11011 | 0 | 1010000 | 1011000 | 1100 | 101 | 1001110 | 110001 |
Color Harmonies of #E02D1B
Complementary color
Monochromatic Colors of #E02D1B
Black with #E02D1B
Text Example
Text Example
White with #E02D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02D1B; }
p { color: rgb(224,45,27); }
H1.HeaderClassName
{
color: #E02D1B;
}
.AnyTagClassName
{
color: #E02D1B;
}
</style>
background-color css
<style>
a { background-color: #E02D1B; }
a { background-color: rgb(224,45,27); }
div.DivClassName
{
background-color: #E02D1B;
}
.BgClassName
{
background-color: #E02D1B;
}
</style>
border-color css
<style>
span { border-color: #E02D1B; }
span { border-color: rgb(224,45,27); }
td.TdClassName
{
border-color: #E02D1B;
}
.TagClassName
{
border-color: #E02D1B;
}
</style>