Html Css Color HEX #E0341C Harley Davidson Orange
📋 copy color: '#E0341C'red 224 ◦ green 52 ◦ blue 28
Shades of Harley Davidson Orange #E0341C
Tints of Harley Davidson Orange #E0341C
RGB
CMYK
RGB Variations
Color information
#E0341C (or 0xE0341C) is known color: Harley Davidson Orange. HEX triplet: E0, 34 and 1C. RGB value is (224,52,28). Sum of RGB (Red+Green+Blue) = 224+52+28=304 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.68% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 224 - color contains mainly: red. Hex color #E0341C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0341C is #1FCBE3. Grayscale: #646464. Windows color (decimal): -2083812 or 1848544. OLE color: 1848544.
HSL color Cylindrical-coordinate representation of color #E0341C: hue angle of 7.35º 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 #E0341C is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 52 | 28 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.12 |
| HSL | 7.35º | 0.78% | 0.49% | - |
| HSV(B) | 7.35º | 0.88% | 0.88% | - |
| XYZ | 32.18 | 18.39 | 2.95 | - |
| YUV | 100.69 | 86.98 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 52 | 28 | 0 | 0.77 | 0.88 | 0.12 | 7.35 | 0.78 | 0.49 |
| Hex | E0 | 34 | 1C | 0 | 4D | 58 | C | 7 | 4E | 31 |
| Octal | 340 | 64 | 34 | 0 | 115 | 130 | 14 | 7 | 116 | 61 |
| Binary | 11100000 | 110100 | 11100 | 0 | 1001101 | 1011000 | 1100 | 111 | 1001110 | 110001 |
Color Harmonies of #E0341C
Complementary color
Monochromatic Colors of #E0341C
Black with #E0341C
Text Example
Text Example
White with #E0341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0341C; }
p { color: rgb(224,52,28); }
H1.HeaderClassName
{
color: #E0341C;
}
.AnyTagClassName
{
color: #E0341C;
}
</style>
background-color css
<style>
a { background-color: #E0341C; }
a { background-color: rgb(224,52,28); }
div.DivClassName
{
background-color: #E0341C;
}
.BgClassName
{
background-color: #E0341C;
}
</style>
border-color css
<style>
span { border-color: #E0341C; }
span { border-color: rgb(224,52,28); }
td.TdClassName
{
border-color: #E0341C;
}
.TagClassName
{
border-color: #E0341C;
}
</style>