Html Css Color HEX #E13212 Harley Davidson Orange
📋 copy color: '#E13212'red 225 ◦ green 50 ◦ blue 18
Shades of Harley Davidson Orange #E13212
Tints of Harley Davidson Orange #E13212
RGB
CMYK
RGB Variations
Color information
#E13212 (or 0xE13212) is known color: Harley Davidson Orange. HEX triplet: E1, 32 and 12. RGB value is (225,50,18). Sum of RGB (Red+Green+Blue) = 225+50+18=293 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.79% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 225 - color contains mainly: red. Hex color #E13212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13212 is #1ECDED. Grayscale: #626262. Windows color (decimal): -2018798 or 1192673. OLE color: 1192673.
HSL color Cylindrical-coordinate representation of color #E13212: hue angle of 9.28º degrees, saturation: 0.85, 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 #E13212 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 50 | 18 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.12 |
| HSL | 9.28º | 0.85% | 0.48% | - |
| HSV(B) | 9.28º | 0.92% | 0.88% | - |
| XYZ | 32.3 | 18.33 | 2.41 | - |
| YUV | 98.68 | 82.48 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 50 | 18 | 0 | 0.78 | 0.92 | 0.12 | 9.28 | 0.85 | 0.48 |
| Hex | E1 | 32 | 12 | 0 | 4E | 5C | C | 9 | 55 | 30 |
| Octal | 341 | 62 | 22 | 0 | 116 | 134 | 14 | 11 | 125 | 60 |
| Binary | 11100001 | 110010 | 10010 | 0 | 1001110 | 1011100 | 1100 | 1001 | 1010101 | 110000 |
Color Harmonies of #E13212
Complementary color
Monochromatic Colors of #E13212
Black with #E13212
Text Example
Text Example
White with #E13212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13212; }
p { color: rgb(225,50,18); }
H1.HeaderClassName
{
color: #E13212;
}
.AnyTagClassName
{
color: #E13212;
}
</style>
background-color css
<style>
a { background-color: #E13212; }
a { background-color: rgb(225,50,18); }
div.DivClassName
{
background-color: #E13212;
}
.BgClassName
{
background-color: #E13212;
}
</style>
border-color css
<style>
span { border-color: #E13212; }
span { border-color: rgb(225,50,18); }
td.TdClassName
{
border-color: #E13212;
}
.TagClassName
{
border-color: #E13212;
}
</style>