Html Css Color HEX #E62D15 Harley Davidson Orange
📋 copy color: '#E62D15'red 230 ◦ green 45 ◦ blue 21
Shades of Harley Davidson Orange #E62D15
Tints of Harley Davidson Orange #E62D15
RGB
CMYK
RGB Variations
Color information
#E62D15 (or 0xE62D15) is known color: Harley Davidson Orange. HEX triplet: E6, 2D and 15. RGB value is (230,45,21). Sum of RGB (Red+Green+Blue) = 230+45+21=296 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.70% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 230 - color contains mainly: red. Hex color #E62D15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62D15 is #19D2EA. Grayscale: #616161. Windows color (decimal): -1692395 or 1388006. OLE color: 1388006.
HSL color Cylindrical-coordinate representation of color #E62D15: hue angle of 6.89º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E62D15 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 45 | 21 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.10 |
| HSL | 6.89º | 0.83% | 0.49% | - |
| HSV(B) | 6.89º | 0.91% | 0.9% | - |
| XYZ | 33.71 | 18.75 | 2.55 | - |
| YUV | 97.58 | 84.79 | 222.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 45 | 21 | 0 | 0.80 | 0.91 | 0.10 | 6.89 | 0.83 | 0.49 |
| Hex | E6 | 2D | 15 | 0 | 50 | 5B | A | 7 | 53 | 31 |
| Octal | 346 | 55 | 25 | 0 | 120 | 133 | 12 | 7 | 123 | 61 |
| Binary | 11100110 | 101101 | 10101 | 0 | 1010000 | 1011011 | 1010 | 111 | 1010011 | 110001 |
Color Harmonies of #E62D15
Complementary color
Monochromatic Colors of #E62D15
Black with #E62D15
Text Example
Text Example
White with #E62D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62D15; }
p { color: rgb(230,45,21); }
H1.HeaderClassName
{
color: #E62D15;
}
.AnyTagClassName
{
color: #E62D15;
}
</style>
background-color css
<style>
a { background-color: #E62D15; }
a { background-color: rgb(230,45,21); }
div.DivClassName
{
background-color: #E62D15;
}
.BgClassName
{
background-color: #E62D15;
}
</style>
border-color css
<style>
span { border-color: #E62D15; }
span { border-color: rgb(230,45,21); }
td.TdClassName
{
border-color: #E62D15;
}
.TagClassName
{
border-color: #E62D15;
}
</style>