Html Css Color HEX #E02D03 Harley Davidson Orange
📋 copy color: '#E02D03'red 224 ◦ green 45 ◦ blue 3
Shades of Harley Davidson Orange #E02D03
Tints of Harley Davidson Orange #E02D03
RGB
CMYK
RGB Variations
Color information
#E02D03 (or 0xE02D03) is known color: Harley Davidson Orange. HEX triplet: E0, 2D and 03. RGB value is (224,45,3). Sum of RGB (Red+Green+Blue) = 224+45+3=272 (36% of max value = 765). Red value is 224 (87.89% from 255 or 82.35% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02D03 is #1FD2FC. Grayscale: #5E5E5E. Windows color (decimal): -2085629 or 208352. OLE color: 208352.
HSL color Cylindrical-coordinate representation of color #E02D03: hue angle of 11.4º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E02D03 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 45 | 3 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.12 |
| HSL | 11.4º | 0.97% | 0.45% | - |
| HSV(B) | 11.4º | 0.99% | 0.88% | - |
| XYZ | 31.7 | 17.73 | 1.84 | - |
| YUV | 93.73 | 76.8 | 220.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 45 | 3 | 0 | 0.80 | 0.99 | 0.12 | 11.4 | 0.97 | 0.45 |
| Hex | E0 | 2D | 3 | 0 | 50 | 63 | C | B | 61 | 2D |
| Octal | 340 | 55 | 3 | 0 | 120 | 143 | 14 | 13 | 141 | 55 |
| Binary | 11100000 | 101101 | 11 | 0 | 1010000 | 1100011 | 1100 | 1011 | 1100001 | 101101 |
Color Harmonies of #E02D03
Complementary color
Monochromatic Colors of #E02D03
Black with #E02D03
Text Example
Text Example
White with #E02D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02D03; }
p { color: rgb(224,45,3); }
H1.HeaderClassName
{
color: #E02D03;
}
.AnyTagClassName
{
color: #E02D03;
}
</style>
background-color css
<style>
a { background-color: #E02D03; }
a { background-color: rgb(224,45,3); }
div.DivClassName
{
background-color: #E02D03;
}
.BgClassName
{
background-color: #E02D03;
}
</style>
border-color css
<style>
span { border-color: #E02D03; }
span { border-color: rgb(224,45,3); }
td.TdClassName
{
border-color: #E02D03;
}
.TagClassName
{
border-color: #E02D03;
}
</style>