Html Css Color HEX #EA3515 Harley Davidson Orange
📋 copy color: '#EA3515'red 234 ◦ green 53 ◦ blue 21
Shades of Harley Davidson Orange #EA3515
Tints of Harley Davidson Orange #EA3515
RGB
CMYK
RGB Variations
Color information
#EA3515 (or 0xEA3515) is known color: Harley Davidson Orange. HEX triplet: EA, 35 and 15. RGB value is (234,53,21). Sum of RGB (Red+Green+Blue) = 234+53+21=308 (40% of max value = 765). Red value is 234 (91.80% from 255 or 75.97% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3515 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3515 is #15CAEA. Grayscale: #676767. Windows color (decimal): -1428203 or 1390058. OLE color: 1390058.
HSL color Cylindrical-coordinate representation of color #EA3515: hue angle of 9.01º 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 #EA3515 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 53 | 21 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.08 |
| HSL | 9.01º | 0.84% | 0.5% | - |
| HSV(B) | 9.01º | 0.91% | 0.92% | - |
| XYZ | 35.34 | 20.09 | 2.73 | - |
| YUV | 103.47 | 81.47 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 53 | 21 | 0 | 0.77 | 0.91 | 0.08 | 9.01 | 0.84 | 0.5 |
| Hex | EA | 35 | 15 | 0 | 4D | 5B | 8 | 9 | 54 | 32 |
| Octal | 352 | 65 | 25 | 0 | 115 | 133 | 10 | 11 | 124 | 62 |
| Binary | 11101010 | 110101 | 10101 | 0 | 1001101 | 1011011 | 1000 | 1001 | 1010100 | 110010 |
Color Harmonies of #EA3515
Complementary color
Monochromatic Colors of #EA3515
Black with #EA3515
Text Example
Text Example
White with #EA3515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3515; }
p { color: rgb(234,53,21); }
H1.HeaderClassName
{
color: #EA3515;
}
.AnyTagClassName
{
color: #EA3515;
}
</style>
background-color css
<style>
a { background-color: #EA3515; }
a { background-color: rgb(234,53,21); }
div.DivClassName
{
background-color: #EA3515;
}
.BgClassName
{
background-color: #EA3515;
}
</style>
border-color css
<style>
span { border-color: #EA3515; }
span { border-color: rgb(234,53,21); }
td.TdClassName
{
border-color: #EA3515;
}
.TagClassName
{
border-color: #EA3515;
}
</style>