Html Css Color HEX #E1331C Harley Davidson Orange
📋 copy color: '#E1331C'red 225 ◦ green 51 ◦ blue 28
Shades of Harley Davidson Orange #E1331C
Tints of Harley Davidson Orange #E1331C
RGB
CMYK
RGB Variations
Color information
#E1331C (or 0xE1331C) is known color: Harley Davidson Orange. HEX triplet: E1, 33 and 1C. RGB value is (225,51,28). Sum of RGB (Red+Green+Blue) = 225+51+28=304 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.01% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 225 - color contains mainly: red. Hex color #E1331C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1331C is #1ECCE3. Grayscale: #646464. Windows color (decimal): -2018532 or 1848289. OLE color: 1848289.
HSL color Cylindrical-coordinate representation of color #E1331C: hue angle of 7.01º 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 #E1331C is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 51 | 28 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.12 |
| HSL | 7.01º | 0.78% | 0.5% | - |
| HSV(B) | 7.01º | 0.88% | 0.88% | - |
| XYZ | 32.44 | 18.46 | 2.95 | - |
| YUV | 100.4 | 87.15 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 51 | 28 | 0 | 0.77 | 0.88 | 0.12 | 7.01 | 0.78 | 0.5 |
| Hex | E1 | 33 | 1C | 0 | 4D | 58 | C | 7 | 4E | 32 |
| Octal | 341 | 63 | 34 | 0 | 115 | 130 | 14 | 7 | 116 | 62 |
| Binary | 11100001 | 110011 | 11100 | 0 | 1001101 | 1011000 | 1100 | 111 | 1001110 | 110010 |
Color Harmonies of #E1331C
Complementary color
Monochromatic Colors of #E1331C
Black with #E1331C
Text Example
Text Example
White with #E1331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1331C; }
p { color: rgb(225,51,28); }
H1.HeaderClassName
{
color: #E1331C;
}
.AnyTagClassName
{
color: #E1331C;
}
</style>
background-color css
<style>
a { background-color: #E1331C; }
a { background-color: rgb(225,51,28); }
div.DivClassName
{
background-color: #E1331C;
}
.BgClassName
{
background-color: #E1331C;
}
</style>
border-color css
<style>
span { border-color: #E1331C; }
span { border-color: rgb(225,51,28); }
td.TdClassName
{
border-color: #E1331C;
}
.TagClassName
{
border-color: #E1331C;
}
</style>