Html Css Color HEX #E62A1C Harley Davidson Orange
📋 copy color: '#E62A1C'red 230 ◦ green 42 ◦ blue 28
Shades of Harley Davidson Orange #E62A1C
Tints of Harley Davidson Orange #E62A1C
RGB
CMYK
RGB Variations
Color information
#E62A1C (or 0xE62A1C) is known color: Harley Davidson Orange. HEX triplet: E6, 2A and 1C. RGB value is (230,42,28). Sum of RGB (Red+Green+Blue) = 230+42+28=300 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.67% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 28 (11.33% from 255 or 9.33% from 300); Max value from RGB is 230 - color contains mainly: red. Hex color #E62A1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62A1C is #19D5E3. Grayscale: #606060. Windows color (decimal): -1693156 or 1845990. OLE color: 1845990.
HSL color Cylindrical-coordinate representation of color #E62A1C: hue angle of 4.16º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E62A1C is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 42 | 28 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.10 |
| HSL | 4.16º | 0.8% | 0.51% | - |
| HSV(B) | 4.16º | 0.88% | 0.9% | - |
| XYZ | 33.67 | 18.56 | 2.91 | - |
| YUV | 96.62 | 89.28 | 223.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 42 | 28 | 0 | 0.82 | 0.88 | 0.10 | 4.16 | 0.8 | 0.51 |
| Hex | E6 | 2A | 1C | 0 | 52 | 58 | A | 4 | 50 | 33 |
| Octal | 346 | 52 | 34 | 0 | 122 | 130 | 12 | 4 | 120 | 63 |
| Binary | 11100110 | 101010 | 11100 | 0 | 1010010 | 1011000 | 1010 | 100 | 1010000 | 110011 |
Color Harmonies of #E62A1C
Complementary color
Monochromatic Colors of #E62A1C
Black with #E62A1C
Text Example
Text Example
White with #E62A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62A1C; }
p { color: rgb(230,42,28); }
H1.HeaderClassName
{
color: #E62A1C;
}
.AnyTagClassName
{
color: #E62A1C;
}
</style>
background-color css
<style>
a { background-color: #E62A1C; }
a { background-color: rgb(230,42,28); }
div.DivClassName
{
background-color: #E62A1C;
}
.BgClassName
{
background-color: #E62A1C;
}
</style>
border-color css
<style>
span { border-color: #E62A1C; }
span { border-color: rgb(230,42,28); }
td.TdClassName
{
border-color: #E62A1C;
}
.TagClassName
{
border-color: #E62A1C;
}
</style>