Html Css Color HEX #E13D14 Harley Davidson Orange
📋 copy color: '#E13D14'red 225 ◦ green 61 ◦ blue 20
Shades of Harley Davidson Orange #E13D14
Tints of Harley Davidson Orange #E13D14
RGB
CMYK
RGB Variations
Color information
#E13D14 (or 0xE13D14) is known color: Harley Davidson Orange. HEX triplet: E1, 3D and 14. RGB value is (225,61,20). Sum of RGB (Red+Green+Blue) = 225+61+20=306 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.53% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 225 - color contains mainly: red. Hex color #E13D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13D14 is #1EC2EB. Grayscale: #696969. Windows color (decimal): -2015980 or 1326561. OLE color: 1326561.
HSL color Cylindrical-coordinate representation of color #E13D14: hue angle of 12º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E13D14 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 61 | 20 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.12 |
| HSL | 12º | 0.84% | 0.48% | - |
| HSV(B) | 12º | 0.91% | 0.88% | - |
| XYZ | 32.85 | 19.4 | 2.67 | - |
| YUV | 105.36 | 79.83 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 61 | 20 | 0 | 0.73 | 0.91 | 0.12 | 12 | 0.84 | 0.48 |
| Hex | E1 | 3D | 14 | 0 | 49 | 5B | C | C | 54 | 30 |
| Octal | 341 | 75 | 24 | 0 | 111 | 133 | 14 | 14 | 124 | 60 |
| Binary | 11100001 | 111101 | 10100 | 0 | 1001001 | 1011011 | 1100 | 1100 | 1010100 | 110000 |
Color Harmonies of #E13D14
Complementary color
Monochromatic Colors of #E13D14
Black with #E13D14
Text Example
Text Example
White with #E13D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13D14; }
p { color: rgb(225,61,20); }
H1.HeaderClassName
{
color: #E13D14;
}
.AnyTagClassName
{
color: #E13D14;
}
</style>
background-color css
<style>
a { background-color: #E13D14; }
a { background-color: rgb(225,61,20); }
div.DivClassName
{
background-color: #E13D14;
}
.BgClassName
{
background-color: #E13D14;
}
</style>
border-color css
<style>
span { border-color: #E13D14; }
span { border-color: rgb(225,61,20); }
td.TdClassName
{
border-color: #E13D14;
}
.TagClassName
{
border-color: #E13D14;
}
</style>