Html Css Color HEX #E1341C Harley Davidson Orange
📋 copy color: '#E1341C'red 225 ◦ green 52 ◦ blue 28
Shades of Harley Davidson Orange #E1341C
Tints of Harley Davidson Orange #E1341C
RGB
CMYK
RGB Variations
Color information
#E1341C (or 0xE1341C) is known color: Harley Davidson Orange. HEX triplet: E1, 34 and 1C. RGB value is (225,52,28). Sum of RGB (Red+Green+Blue) = 225+52+28=305 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.77% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 225 - color contains mainly: red. Hex color #E1341C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1341C is #1ECBE3. Grayscale: #656565. Windows color (decimal): -2018276 or 1848545. OLE color: 1848545.
HSL color Cylindrical-coordinate representation of color #E1341C: hue angle of 7.31º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1341C is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 52 | 28 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.12 |
| HSL | 7.31º | 0.78% | 0.5% | - |
| HSV(B) | 7.31º | 0.88% | 0.88% | - |
| XYZ | 32.49 | 18.55 | 2.97 | - |
| YUV | 100.99 | 86.81 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 52 | 28 | 0 | 0.77 | 0.88 | 0.12 | 7.31 | 0.78 | 0.5 |
| Hex | E1 | 34 | 1C | 0 | 4D | 58 | C | 7 | 4E | 32 |
| Octal | 341 | 64 | 34 | 0 | 115 | 130 | 14 | 7 | 116 | 62 |
| Binary | 11100001 | 110100 | 11100 | 0 | 1001101 | 1011000 | 1100 | 111 | 1001110 | 110010 |
Color Harmonies of #E1341C
Complementary color
Monochromatic Colors of #E1341C
Black with #E1341C
Text Example
Text Example
White with #E1341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1341C; }
p { color: rgb(225,52,28); }
H1.HeaderClassName
{
color: #E1341C;
}
.AnyTagClassName
{
color: #E1341C;
}
</style>
background-color css
<style>
a { background-color: #E1341C; }
a { background-color: rgb(225,52,28); }
div.DivClassName
{
background-color: #E1341C;
}
.BgClassName
{
background-color: #E1341C;
}
</style>
border-color css
<style>
span { border-color: #E1341C; }
span { border-color: rgb(225,52,28); }
td.TdClassName
{
border-color: #E1341C;
}
.TagClassName
{
border-color: #E1341C;
}
</style>