Html Css Color HEX #E1371C Harley Davidson Orange
📋 copy color: '#E1371C'red 225 ◦ green 55 ◦ blue 28
Shades of Harley Davidson Orange #E1371C
Tints of Harley Davidson Orange #E1371C
RGB
CMYK
RGB Variations
Color information
#E1371C (or 0xE1371C) is known color: Harley Davidson Orange. HEX triplet: E1, 37 and 1C. RGB value is (225,55,28). Sum of RGB (Red+Green+Blue) = 225+55+28=308 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.05% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 225 - color contains mainly: red. Hex color #E1371C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1371C is #1EC8E3. Grayscale: #676767. Windows color (decimal): -2017508 or 1849313. OLE color: 1849313.
HSL color Cylindrical-coordinate representation of color #E1371C: hue angle of 8.22º 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 #E1371C is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 55 | 28 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.12 |
| HSL | 8.22º | 0.78% | 0.5% | - |
| HSV(B) | 8.22º | 0.88% | 0.88% | - |
| XYZ | 32.63 | 18.82 | 3.01 | - |
| YUV | 102.75 | 85.82 | 215.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 55 | 28 | 0 | 0.76 | 0.88 | 0.12 | 8.22 | 0.78 | 0.5 |
| Hex | E1 | 37 | 1C | 0 | 4C | 58 | C | 8 | 4E | 32 |
| Octal | 341 | 67 | 34 | 0 | 114 | 130 | 14 | 10 | 116 | 62 |
| Binary | 11100001 | 110111 | 11100 | 0 | 1001100 | 1011000 | 1100 | 1000 | 1001110 | 110010 |
Color Harmonies of #E1371C
Complementary color
Monochromatic Colors of #E1371C
Black with #E1371C
Text Example
Text Example
White with #E1371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1371C; }
p { color: rgb(225,55,28); }
H1.HeaderClassName
{
color: #E1371C;
}
.AnyTagClassName
{
color: #E1371C;
}
</style>
background-color css
<style>
a { background-color: #E1371C; }
a { background-color: rgb(225,55,28); }
div.DivClassName
{
background-color: #E1371C;
}
.BgClassName
{
background-color: #E1371C;
}
</style>
border-color css
<style>
span { border-color: #E1371C; }
span { border-color: rgb(225,55,28); }
td.TdClassName
{
border-color: #E1371C;
}
.TagClassName
{
border-color: #E1371C;
}
</style>