Html Css Color HEX #E1361C Harley Davidson Orange
📋 copy color: '#E1361C'red 225 ◦ green 54 ◦ blue 28
Shades of Harley Davidson Orange #E1361C
Tints of Harley Davidson Orange #E1361C
RGB
CMYK
RGB Variations
Color information
#E1361C (or 0xE1361C) is known color: Harley Davidson Orange. HEX triplet: E1, 36 and 1C. RGB value is (225,54,28). Sum of RGB (Red+Green+Blue) = 225+54+28=307 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.29% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 28 (11.33% from 255 or 9.12% from 307); Max value from RGB is 225 - color contains mainly: red. Hex color #E1361C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1361C is #1EC9E3. Grayscale: #666666. Windows color (decimal): -2017764 or 1849057. OLE color: 1849057.
HSL color Cylindrical-coordinate representation of color #E1361C: hue angle of 7.92º 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 #E1361C is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 54 | 28 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.12 |
| HSL | 7.92º | 0.78% | 0.5% | - |
| HSV(B) | 7.92º | 0.88% | 0.88% | - |
| XYZ | 32.58 | 18.73 | 3 | - |
| YUV | 102.17 | 86.15 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 54 | 28 | 0 | 0.76 | 0.88 | 0.12 | 7.92 | 0.78 | 0.5 |
| Hex | E1 | 36 | 1C | 0 | 4C | 58 | C | 8 | 4E | 32 |
| Octal | 341 | 66 | 34 | 0 | 114 | 130 | 14 | 10 | 116 | 62 |
| Binary | 11100001 | 110110 | 11100 | 0 | 1001100 | 1011000 | 1100 | 1000 | 1001110 | 110010 |
Color Harmonies of #E1361C
Complementary color
Monochromatic Colors of #E1361C
Black with #E1361C
Text Example
Text Example
White with #E1361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1361C; }
p { color: rgb(225,54,28); }
H1.HeaderClassName
{
color: #E1361C;
}
.AnyTagClassName
{
color: #E1361C;
}
</style>
background-color css
<style>
a { background-color: #E1361C; }
a { background-color: rgb(225,54,28); }
div.DivClassName
{
background-color: #E1361C;
}
.BgClassName
{
background-color: #E1361C;
}
</style>
border-color css
<style>
span { border-color: #E1361C; }
span { border-color: rgb(225,54,28); }
td.TdClassName
{
border-color: #E1361C;
}
.TagClassName
{
border-color: #E1361C;
}
</style>