Html Css Color HEX #E3280B Harley Davidson Orange
📋 copy color: '#E3280B'red 227 ◦ green 40 ◦ blue 11
Shades of Harley Davidson Orange #E3280B
Tints of Harley Davidson Orange #E3280B
RGB
CMYK
RGB Variations
Color information
#E3280B (or 0xE3280B) is known color: Harley Davidson Orange. HEX triplet: E3, 28 and 0B. RGB value is (227,40,11). Sum of RGB (Red+Green+Blue) = 227+40+11=278 (36% of max value = 765). Red value is 227 (89.06% from 255 or 81.65% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 227 - color contains mainly: red. Hex color #E3280B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3280B is #1CD7F4. Grayscale: #5C5C5C. Windows color (decimal): -1890293 or 731363. OLE color: 731363.
HSL color Cylindrical-coordinate representation of color #E3280B: hue angle of 8.06º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E3280B is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 40 | 11 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.11 |
| HSL | 8.06º | 0.91% | 0.47% | - |
| HSV(B) | 8.06º | 0.95% | 0.89% | - |
| XYZ | 32.5 | 17.87 | 2.05 | - |
| YUV | 92.61 | 81.95 | 223.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 40 | 11 | 0 | 0.82 | 0.95 | 0.11 | 8.06 | 0.91 | 0.47 |
| Hex | E3 | 28 | B | 0 | 52 | 5F | B | 8 | 5B | 2F |
| Octal | 343 | 50 | 13 | 0 | 122 | 137 | 13 | 10 | 133 | 57 |
| Binary | 11100011 | 101000 | 1011 | 0 | 1010010 | 1011111 | 1011 | 1000 | 1011011 | 101111 |
Color Harmonies of #E3280B
Complementary color
Monochromatic Colors of #E3280B
Black with #E3280B
Text Example
Text Example
White with #E3280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3280B; }
p { color: rgb(227,40,11); }
H1.HeaderClassName
{
color: #E3280B;
}
.AnyTagClassName
{
color: #E3280B;
}
</style>
background-color css
<style>
a { background-color: #E3280B; }
a { background-color: rgb(227,40,11); }
div.DivClassName
{
background-color: #E3280B;
}
.BgClassName
{
background-color: #E3280B;
}
</style>
border-color css
<style>
span { border-color: #E3280B; }
span { border-color: rgb(227,40,11); }
td.TdClassName
{
border-color: #E3280B;
}
.TagClassName
{
border-color: #E3280B;
}
</style>