Html Css Color HEX #E12213 Harley Davidson Orange
📋 copy color: '#E12213'red 225 ◦ green 34 ◦ blue 19
Shades of Harley Davidson Orange #E12213
Tints of Harley Davidson Orange #E12213
RGB
CMYK
RGB Variations
Color information
#E12213 (or 0xE12213) is known color: Harley Davidson Orange. HEX triplet: E1, 22 and 13. RGB value is (225,34,19). Sum of RGB (Red+Green+Blue) = 225+34+19=278 (36% of max value = 765). Red value is 225 (88.28% from 255 or 80.94% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 225 - color contains mainly: red. Hex color #E12213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12213 is #1EDDEC. Grayscale: #595959. Windows color (decimal): -2022893 or 1254113. OLE color: 1254113.
HSL color Cylindrical-coordinate representation of color #E12213: hue angle of 4.37º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E12213 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 34 | 19 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.12 |
| HSL | 4.37º | 0.84% | 0.48% | - |
| HSV(B) | 4.37º | 0.92% | 0.88% | - |
| XYZ | 31.74 | 17.2 | 2.26 | - |
| YUV | 89.4 | 88.28 | 224.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 34 | 19 | 0 | 0.85 | 0.92 | 0.12 | 4.37 | 0.84 | 0.48 |
| Hex | E1 | 22 | 13 | 0 | 55 | 5C | C | 4 | 54 | 30 |
| Octal | 341 | 42 | 23 | 0 | 125 | 134 | 14 | 4 | 124 | 60 |
| Binary | 11100001 | 100010 | 10011 | 0 | 1010101 | 1011100 | 1100 | 100 | 1010100 | 110000 |
Color Harmonies of #E12213
Complementary color
Monochromatic Colors of #E12213
Black with #E12213
Text Example
Text Example
White with #E12213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12213; }
p { color: rgb(225,34,19); }
H1.HeaderClassName
{
color: #E12213;
}
.AnyTagClassName
{
color: #E12213;
}
</style>
background-color css
<style>
a { background-color: #E12213; }
a { background-color: rgb(225,34,19); }
div.DivClassName
{
background-color: #E12213;
}
.BgClassName
{
background-color: #E12213;
}
</style>
border-color css
<style>
span { border-color: #E12213; }
span { border-color: rgb(225,34,19); }
td.TdClassName
{
border-color: #E12213;
}
.TagClassName
{
border-color: #E12213;
}
</style>