Html Css Color HEX #E34315 Harley Davidson Orange
📋 copy color: '#E34315'red 227 ◦ green 67 ◦ blue 21
Shades of Harley Davidson Orange #E34315
Tints of Harley Davidson Orange #E34315
RGB
CMYK
RGB Variations
Color information
#E34315 (or 0xE34315) is known color: Harley Davidson Orange. HEX triplet: E3, 43 and 15. RGB value is (227,67,21). Sum of RGB (Red+Green+Blue) = 227+67+21=315 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.06% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 227 - color contains mainly: red. Hex color #E34315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34315 is #1CBCEA. Grayscale: #6D6D6D. Windows color (decimal): -1883371 or 1393635. OLE color: 1393635.
HSL color Cylindrical-coordinate representation of color #E34315: hue angle of 13.4º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E34315 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 67 | 21 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.11 |
| HSL | 13.4º | 0.83% | 0.49% | - |
| HSV(B) | 13.4º | 0.91% | 0.89% | - |
| XYZ | 33.82 | 20.4 | 2.86 | - |
| YUV | 109.6 | 78.01 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 67 | 21 | 0 | 0.70 | 0.91 | 0.11 | 13.4 | 0.83 | 0.49 |
| Hex | E3 | 43 | 15 | 0 | 46 | 5B | B | D | 53 | 31 |
| Octal | 343 | 103 | 25 | 0 | 106 | 133 | 13 | 15 | 123 | 61 |
| Binary | 11100011 | 1000011 | 10101 | 0 | 1000110 | 1011011 | 1011 | 1101 | 1010011 | 110001 |
Color Harmonies of #E34315
Complementary color
Monochromatic Colors of #E34315
Black with #E34315
Text Example
Text Example
White with #E34315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34315; }
p { color: rgb(227,67,21); }
H1.HeaderClassName
{
color: #E34315;
}
.AnyTagClassName
{
color: #E34315;
}
</style>
background-color css
<style>
a { background-color: #E34315; }
a { background-color: rgb(227,67,21); }
div.DivClassName
{
background-color: #E34315;
}
.BgClassName
{
background-color: #E34315;
}
</style>
border-color css
<style>
span { border-color: #E34315; }
span { border-color: rgb(227,67,21); }
td.TdClassName
{
border-color: #E34315;
}
.TagClassName
{
border-color: #E34315;
}
</style>