Html Css Color HEX #E02D04 Harley Davidson Orange
📋 copy color: '#E02D04'red 224 ◦ green 45 ◦ blue 4
Shades of Harley Davidson Orange #E02D04
Tints of Harley Davidson Orange #E02D04
RGB
CMYK
RGB Variations
Color information
#E02D04 (or 0xE02D04) is known color: Harley Davidson Orange. HEX triplet: E0, 2D and 04. RGB value is (224,45,4). Sum of RGB (Red+Green+Blue) = 224+45+4=273 (36% of max value = 765). Red value is 224 (87.89% from 255 or 82.05% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02D04 is #1FD2FB. Grayscale: #5E5E5E. Windows color (decimal): -2085628 or 273888. OLE color: 273888.
HSL color Cylindrical-coordinate representation of color #E02D04: hue angle of 11.18º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E02D04 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 45 | 4 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.12 |
| HSL | 11.18º | 0.96% | 0.45% | - |
| HSV(B) | 11.18º | 0.98% | 0.88% | - |
| XYZ | 31.7 | 17.73 | 1.87 | - |
| YUV | 93.85 | 77.3 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 45 | 4 | 0 | 0.80 | 0.98 | 0.12 | 11.18 | 0.96 | 0.45 |
| Hex | E0 | 2D | 4 | 0 | 50 | 62 | C | B | 60 | 2D |
| Octal | 340 | 55 | 4 | 0 | 120 | 142 | 14 | 13 | 140 | 55 |
| Binary | 11100000 | 101101 | 100 | 0 | 1010000 | 1100010 | 1100 | 1011 | 1100000 | 101101 |
Color Harmonies of #E02D04
Complementary color
Monochromatic Colors of #E02D04
Black with #E02D04
Text Example
Text Example
White with #E02D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02D04; }
p { color: rgb(224,45,4); }
H1.HeaderClassName
{
color: #E02D04;
}
.AnyTagClassName
{
color: #E02D04;
}
</style>
background-color css
<style>
a { background-color: #E02D04; }
a { background-color: rgb(224,45,4); }
div.DivClassName
{
background-color: #E02D04;
}
.BgClassName
{
background-color: #E02D04;
}
</style>
border-color css
<style>
span { border-color: #E02D04; }
span { border-color: rgb(224,45,4); }
td.TdClassName
{
border-color: #E02D04;
}
.TagClassName
{
border-color: #E02D04;
}
</style>