Html Css Color HEX #E13A0C Harley Davidson Orange
📋 copy color: '#E13A0C'red 225 ◦ green 58 ◦ blue 12
Shades of Harley Davidson Orange #E13A0C
Tints of Harley Davidson Orange #E13A0C
RGB
CMYK
RGB Variations
Color information
#E13A0C (or 0xE13A0C) is known color: Harley Davidson Orange. HEX triplet: E1, 3A and 0C. RGB value is (225,58,12). Sum of RGB (Red+Green+Blue) = 225+58+12=295 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.27% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 225 - color contains mainly: red. Hex color #E13A0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13A0C is #1EC5F3. Grayscale: #676767. Windows color (decimal): -2016756 or 801505. OLE color: 801505.
HSL color Cylindrical-coordinate representation of color #E13A0C: hue angle of 12.96º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E13A0C is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 58 | 12 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.12 |
| HSL | 12.96º | 0.9% | 0.46% | - |
| HSV(B) | 12.96º | 0.95% | 0.88% | - |
| XYZ | 32.63 | 19.06 | 2.31 | - |
| YUV | 102.69 | 76.83 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 58 | 12 | 0 | 0.74 | 0.95 | 0.12 | 12.96 | 0.9 | 0.46 |
| Hex | E1 | 3A | C | 0 | 4A | 5F | C | D | 5A | 2E |
| Octal | 341 | 72 | 14 | 0 | 112 | 137 | 14 | 15 | 132 | 56 |
| Binary | 11100001 | 111010 | 1100 | 0 | 1001010 | 1011111 | 1100 | 1101 | 1011010 | 101110 |
Color Harmonies of #E13A0C
Complementary color
Monochromatic Colors of #E13A0C
Black with #E13A0C
Text Example
Text Example
White with #E13A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13A0C; }
p { color: rgb(225,58,12); }
H1.HeaderClassName
{
color: #E13A0C;
}
.AnyTagClassName
{
color: #E13A0C;
}
</style>
background-color css
<style>
a { background-color: #E13A0C; }
a { background-color: rgb(225,58,12); }
div.DivClassName
{
background-color: #E13A0C;
}
.BgClassName
{
background-color: #E13A0C;
}
</style>
border-color css
<style>
span { border-color: #E13A0C; }
span { border-color: rgb(225,58,12); }
td.TdClassName
{
border-color: #E13A0C;
}
.TagClassName
{
border-color: #E13A0C;
}
</style>