Html Css Color HEX #E1321C Harley Davidson Orange
📋 copy color: '#E1321C'red 225 ◦ green 50 ◦ blue 28
Shades of Harley Davidson Orange #E1321C
Tints of Harley Davidson Orange #E1321C
RGB
CMYK
RGB Variations
Color information
#E1321C (or 0xE1321C) is known color: Harley Davidson Orange. HEX triplet: E1, 32 and 1C. RGB value is (225,50,28). Sum of RGB (Red+Green+Blue) = 225+50+28=303 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.26% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 225 - color contains mainly: red. Hex color #E1321C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1321C is #1ECDE3. Grayscale: #646464. Windows color (decimal): -2018788 or 1848033. OLE color: 1848033.
HSL color Cylindrical-coordinate representation of color #E1321C: hue angle of 6.7º 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 #E1321C is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 50 | 28 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.12 |
| HSL | 6.7º | 0.78% | 0.5% | - |
| HSV(B) | 6.7º | 0.88% | 0.88% | - |
| XYZ | 32.4 | 18.37 | 2.94 | - |
| YUV | 99.82 | 87.48 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 50 | 28 | 0 | 0.78 | 0.88 | 0.12 | 6.7 | 0.78 | 0.5 |
| Hex | E1 | 32 | 1C | 0 | 4E | 58 | C | 7 | 4E | 32 |
| Octal | 341 | 62 | 34 | 0 | 116 | 130 | 14 | 7 | 116 | 62 |
| Binary | 11100001 | 110010 | 11100 | 0 | 1001110 | 1011000 | 1100 | 111 | 1001110 | 110010 |
Color Harmonies of #E1321C
Complementary color
Monochromatic Colors of #E1321C
Black with #E1321C
Text Example
Text Example
White with #E1321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1321C; }
p { color: rgb(225,50,28); }
H1.HeaderClassName
{
color: #E1321C;
}
.AnyTagClassName
{
color: #E1321C;
}
</style>
background-color css
<style>
a { background-color: #E1321C; }
a { background-color: rgb(225,50,28); }
div.DivClassName
{
background-color: #E1321C;
}
.BgClassName
{
background-color: #E1321C;
}
</style>
border-color css
<style>
span { border-color: #E1321C; }
span { border-color: rgb(225,50,28); }
td.TdClassName
{
border-color: #E1321C;
}
.TagClassName
{
border-color: #E1321C;
}
</style>