Html Css Color HEX #EA3715 Harley Davidson Orange
📋 copy color: '#EA3715'red 234 ◦ green 55 ◦ blue 21
Shades of Harley Davidson Orange #EA3715
Tints of Harley Davidson Orange #EA3715
RGB
CMYK
RGB Variations
Color information
#EA3715 (or 0xEA3715) is known color: Harley Davidson Orange. HEX triplet: EA, 37 and 15. RGB value is (234,55,21). Sum of RGB (Red+Green+Blue) = 234+55+21=310 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75.48% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3715 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3715 is #15C8EA. Grayscale: #686868. Windows color (decimal): -1427691 or 1390570. OLE color: 1390570.
HSL color Cylindrical-coordinate representation of color #EA3715: hue angle of 9.58º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA3715 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 55 | 21 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.08 |
| HSL | 9.58º | 0.84% | 0.5% | - |
| HSV(B) | 9.58º | 0.91% | 0.92% | - |
| XYZ | 35.43 | 20.28 | 2.76 | - |
| YUV | 104.65 | 80.8 | 220.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 55 | 21 | 0 | 0.76 | 0.91 | 0.08 | 9.58 | 0.84 | 0.5 |
| Hex | EA | 37 | 15 | 0 | 4C | 5B | 8 | A | 54 | 32 |
| Octal | 352 | 67 | 25 | 0 | 114 | 133 | 10 | 12 | 124 | 62 |
| Binary | 11101010 | 110111 | 10101 | 0 | 1001100 | 1011011 | 1000 | 1010 | 1010100 | 110010 |
Color Harmonies of #EA3715
Complementary color
Monochromatic Colors of #EA3715
Black with #EA3715
Text Example
Text Example
White with #EA3715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3715; }
p { color: rgb(234,55,21); }
H1.HeaderClassName
{
color: #EA3715;
}
.AnyTagClassName
{
color: #EA3715;
}
</style>
background-color css
<style>
a { background-color: #EA3715; }
a { background-color: rgb(234,55,21); }
div.DivClassName
{
background-color: #EA3715;
}
.BgClassName
{
background-color: #EA3715;
}
</style>
border-color css
<style>
span { border-color: #EA3715; }
span { border-color: rgb(234,55,21); }
td.TdClassName
{
border-color: #EA3715;
}
.TagClassName
{
border-color: #EA3715;
}
</style>