Html Css Color HEX #E1261D Harley Davidson Orange
📋 copy color: '#E1261D'red 225 ◦ green 38 ◦ blue 29
Shades of Harley Davidson Orange #E1261D
Tints of Harley Davidson Orange #E1261D
RGB
CMYK
RGB Variations
Color information
#E1261D (or 0xE1261D) is known color: Harley Davidson Orange. HEX triplet: E1, 26 and 1D. RGB value is (225,38,29). Sum of RGB (Red+Green+Blue) = 225+38+29=292 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.05% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 225 - color contains mainly: red. Hex color #E1261D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1261D is #1ED9E2. Grayscale: #5D5D5D. Windows color (decimal): -2021859 or 1910497. OLE color: 1910497.
HSL color Cylindrical-coordinate representation of color #E1261D: hue angle of 2.76º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E1261D is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 38 | 29 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.12 |
| HSL | 2.76º | 0.77% | 0.5% | - |
| HSV(B) | 2.76º | 0.87% | 0.88% | - |
| XYZ | 31.97 | 17.48 | 2.85 | - |
| YUV | 92.89 | 91.95 | 222.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 38 | 29 | 0 | 0.83 | 0.87 | 0.12 | 2.76 | 0.77 | 0.5 |
| Hex | E1 | 26 | 1D | 0 | 53 | 57 | C | 3 | 4D | 32 |
| Octal | 341 | 46 | 35 | 0 | 123 | 127 | 14 | 3 | 115 | 62 |
| Binary | 11100001 | 100110 | 11101 | 0 | 1010011 | 1010111 | 1100 | 11 | 1001101 | 110010 |
Color Harmonies of #E1261D
Complementary color
Monochromatic Colors of #E1261D
Black with #E1261D
Text Example
Text Example
White with #E1261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1261D; }
p { color: rgb(225,38,29); }
H1.HeaderClassName
{
color: #E1261D;
}
.AnyTagClassName
{
color: #E1261D;
}
</style>
background-color css
<style>
a { background-color: #E1261D; }
a { background-color: rgb(225,38,29); }
div.DivClassName
{
background-color: #E1261D;
}
.BgClassName
{
background-color: #E1261D;
}
</style>
border-color css
<style>
span { border-color: #E1261D; }
span { border-color: rgb(225,38,29); }
td.TdClassName
{
border-color: #E1261D;
}
.TagClassName
{
border-color: #E1261D;
}
</style>