Html Css Color HEX #E13803 Harley Davidson Orange
📋 copy color: '#E13803'red 225 ◦ green 56 ◦ blue 3
Shades of Harley Davidson Orange #E13803
Tints of Harley Davidson Orange #E13803
RGB
CMYK
RGB Variations
Color information
#E13803 (or 0xE13803) is known color: Harley Davidson Orange. HEX triplet: E1, 38 and 03. RGB value is (225,56,3). Sum of RGB (Red+Green+Blue) = 225+56+3=284 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.23% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 225 - color contains mainly: red. Hex color #E13803 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13803 is #1EC7FC. Grayscale: #646464. Windows color (decimal): -2017277 or 211169. OLE color: 211169.
HSL color Cylindrical-coordinate representation of color #E13803: hue angle of 14.32º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E13803 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 56 | 3 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.12 |
| HSL | 14.32º | 0.97% | 0.45% | - |
| HSV(B) | 14.32º | 0.99% | 0.88% | - |
| XYZ | 32.48 | 18.84 | 2.01 | - |
| YUV | 100.49 | 72.99 | 216.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 56 | 3 | 0 | 0.75 | 0.99 | 0.12 | 14.32 | 0.97 | 0.45 |
| Hex | E1 | 38 | 3 | 0 | 4B | 63 | C | E | 61 | 2D |
| Octal | 341 | 70 | 3 | 0 | 113 | 143 | 14 | 16 | 141 | 55 |
| Binary | 11100001 | 111000 | 11 | 0 | 1001011 | 1100011 | 1100 | 1110 | 1100001 | 101101 |
Color Harmonies of #E13803
Complementary color
Monochromatic Colors of #E13803
Black with #E13803
Text Example
Text Example
White with #E13803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13803; }
p { color: rgb(225,56,3); }
H1.HeaderClassName
{
color: #E13803;
}
.AnyTagClassName
{
color: #E13803;
}
</style>
background-color css
<style>
a { background-color: #E13803; }
a { background-color: rgb(225,56,3); }
div.DivClassName
{
background-color: #E13803;
}
.BgClassName
{
background-color: #E13803;
}
</style>
border-color css
<style>
span { border-color: #E13803; }
span { border-color: rgb(225,56,3); }
td.TdClassName
{
border-color: #E13803;
}
.TagClassName
{
border-color: #E13803;
}
</style>