Html Css Color HEX #E13D0B Harley Davidson Orange
📋 copy color: '#E13D0B'red 225 ◦ green 61 ◦ blue 11
Shades of Harley Davidson Orange #E13D0B
Tints of Harley Davidson Orange #E13D0B
RGB
CMYK
RGB Variations
Color information
#E13D0B (or 0xE13D0B) is known color: Harley Davidson Orange. HEX triplet: E1, 3D and 0B. RGB value is (225,61,11). Sum of RGB (Red+Green+Blue) = 225+61+11=297 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.76% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 225 - color contains mainly: red. Hex color #E13D0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13D0B is #1EC2F4. Grayscale: #686868. Windows color (decimal): -2015989 or 736737. OLE color: 736737.
HSL color Cylindrical-coordinate representation of color #E13D0B: hue angle of 14.02º degrees, saturation: 0.91, 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 #E13D0B is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 61 | 11 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.12 |
| HSL | 14.02º | 0.91% | 0.46% | - |
| HSV(B) | 14.02º | 0.95% | 0.88% | - |
| XYZ | 32.78 | 19.37 | 2.33 | - |
| YUV | 104.34 | 75.33 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 61 | 11 | 0 | 0.73 | 0.95 | 0.12 | 14.02 | 0.91 | 0.46 |
| Hex | E1 | 3D | B | 0 | 49 | 5F | C | E | 5B | 2E |
| Octal | 341 | 75 | 13 | 0 | 111 | 137 | 14 | 16 | 133 | 56 |
| Binary | 11100001 | 111101 | 1011 | 0 | 1001001 | 1011111 | 1100 | 1110 | 1011011 | 101110 |
Color Harmonies of #E13D0B
Complementary color
Monochromatic Colors of #E13D0B
Black with #E13D0B
Text Example
Text Example
White with #E13D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13D0B; }
p { color: rgb(225,61,11); }
H1.HeaderClassName
{
color: #E13D0B;
}
.AnyTagClassName
{
color: #E13D0B;
}
</style>
background-color css
<style>
a { background-color: #E13D0B; }
a { background-color: rgb(225,61,11); }
div.DivClassName
{
background-color: #E13D0B;
}
.BgClassName
{
background-color: #E13D0B;
}
</style>
border-color css
<style>
span { border-color: #E13D0B; }
span { border-color: rgb(225,61,11); }
td.TdClassName
{
border-color: #E13D0B;
}
.TagClassName
{
border-color: #E13D0B;
}
</style>