Html Css Color HEX #E02D0B Harley Davidson Orange
📋 copy color: '#E02D0B'red 224 ◦ green 45 ◦ blue 11
Shades of Harley Davidson Orange #E02D0B
Tints of Harley Davidson Orange #E02D0B
RGB
CMYK
RGB Variations
Color information
#E02D0B (or 0xE02D0B) is known color: Harley Davidson Orange. HEX triplet: E0, 2D and 0B. RGB value is (224,45,11). Sum of RGB (Red+Green+Blue) = 224+45+11=280 (37% of max value = 765). Red value is 224 (87.89% from 255 or 80% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02D0B is #1FD2F4. Grayscale: #5E5E5E. Windows color (decimal): -2085621 or 732640. OLE color: 732640.
HSL color Cylindrical-coordinate representation of color #E02D0B: hue angle of 9.58º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E02D0B is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 45 | 11 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.12 |
| HSL | 9.58º | 0.91% | 0.46% | - |
| HSV(B) | 9.58º | 0.95% | 0.88% | - |
| XYZ | 31.74 | 17.75 | 2.07 | - |
| YUV | 94.65 | 80.8 | 220.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 45 | 11 | 0 | 0.80 | 0.95 | 0.12 | 9.58 | 0.91 | 0.46 |
| Hex | E0 | 2D | B | 0 | 50 | 5F | C | A | 5B | 2E |
| Octal | 340 | 55 | 13 | 0 | 120 | 137 | 14 | 12 | 133 | 56 |
| Binary | 11100000 | 101101 | 1011 | 0 | 1010000 | 1011111 | 1100 | 1010 | 1011011 | 101110 |
Color Harmonies of #E02D0B
Complementary color
Monochromatic Colors of #E02D0B
Black with #E02D0B
Text Example
Text Example
White with #E02D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02D0B; }
p { color: rgb(224,45,11); }
H1.HeaderClassName
{
color: #E02D0B;
}
.AnyTagClassName
{
color: #E02D0B;
}
</style>
background-color css
<style>
a { background-color: #E02D0B; }
a { background-color: rgb(224,45,11); }
div.DivClassName
{
background-color: #E02D0B;
}
.BgClassName
{
background-color: #E02D0B;
}
</style>
border-color css
<style>
span { border-color: #E02D0B; }
span { border-color: rgb(224,45,11); }
td.TdClassName
{
border-color: #E02D0B;
}
.TagClassName
{
border-color: #E02D0B;
}
</style>