Html Css Color HEX #E1281C Harley Davidson Orange
📋 copy color: '#E1281C'red 225 ◦ green 40 ◦ blue 28
Shades of Harley Davidson Orange #E1281C
Tints of Harley Davidson Orange #E1281C
RGB
CMYK
RGB Variations
Color information
#E1281C (or 0xE1281C) is known color: Harley Davidson Orange. HEX triplet: E1, 28 and 1C. RGB value is (225,40,28). Sum of RGB (Red+Green+Blue) = 225+40+28=293 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.79% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 225 - color contains mainly: red. Hex color #E1281C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1281C is #1ED7E3. Grayscale: #5E5E5E. Windows color (decimal): -2021348 or 1845473. OLE color: 1845473.
HSL color Cylindrical-coordinate representation of color #E1281C: hue angle of 3.65º 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 #E1281C is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 28 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.12 |
| HSL | 3.65º | 0.78% | 0.5% | - |
| HSV(B) | 3.65º | 0.88% | 0.88% | - |
| XYZ | 32.02 | 17.61 | 2.81 | - |
| YUV | 93.95 | 90.79 | 221.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 28 | 0 | 0.82 | 0.88 | 0.12 | 3.65 | 0.78 | 0.5 |
| Hex | E1 | 28 | 1C | 0 | 52 | 58 | C | 4 | 4E | 32 |
| Octal | 341 | 50 | 34 | 0 | 122 | 130 | 14 | 4 | 116 | 62 |
| Binary | 11100001 | 101000 | 11100 | 0 | 1010010 | 1011000 | 1100 | 100 | 1001110 | 110010 |
Color Harmonies of #E1281C
Complementary color
Monochromatic Colors of #E1281C
Black with #E1281C
Text Example
Text Example
White with #E1281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1281C; }
p { color: rgb(225,40,28); }
H1.HeaderClassName
{
color: #E1281C;
}
.AnyTagClassName
{
color: #E1281C;
}
</style>
background-color css
<style>
a { background-color: #E1281C; }
a { background-color: rgb(225,40,28); }
div.DivClassName
{
background-color: #E1281C;
}
.BgClassName
{
background-color: #E1281C;
}
</style>
border-color css
<style>
span { border-color: #E1281C; }
span { border-color: rgb(225,40,28); }
td.TdClassName
{
border-color: #E1281C;
}
.TagClassName
{
border-color: #E1281C;
}
</style>