Html Css Color HEX #E6281C Harley Davidson Orange
📋 copy color: '#E6281C'red 230 ◦ green 40 ◦ blue 28
Shades of Harley Davidson Orange #E6281C
Tints of Harley Davidson Orange #E6281C
RGB
CMYK
RGB Variations
Color information
#E6281C (or 0xE6281C) is known color: Harley Davidson Orange. HEX triplet: E6, 28 and 1C. RGB value is (230,40,28). Sum of RGB (Red+Green+Blue) = 230+40+28=298 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.18% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 230 - color contains mainly: red. Hex color #E6281C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6281C is #19D7E3. Grayscale: #5F5F5F. Windows color (decimal): -1693668 or 1845478. OLE color: 1845478.
HSL color Cylindrical-coordinate representation of color #E6281C: hue angle of 3.56º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E6281C is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 40 | 28 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.10 |
| HSL | 3.56º | 0.8% | 0.51% | - |
| HSV(B) | 3.56º | 0.88% | 0.9% | - |
| XYZ | 33.6 | 18.42 | 2.88 | - |
| YUV | 95.44 | 89.95 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 40 | 28 | 0 | 0.83 | 0.88 | 0.10 | 3.56 | 0.8 | 0.51 |
| Hex | E6 | 28 | 1C | 0 | 53 | 58 | A | 4 | 50 | 33 |
| Octal | 346 | 50 | 34 | 0 | 123 | 130 | 12 | 4 | 120 | 63 |
| Binary | 11100110 | 101000 | 11100 | 0 | 1010011 | 1011000 | 1010 | 100 | 1010000 | 110011 |
Color Harmonies of #E6281C
Complementary color
Monochromatic Colors of #E6281C
Black with #E6281C
Text Example
Text Example
White with #E6281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6281C; }
p { color: rgb(230,40,28); }
H1.HeaderClassName
{
color: #E6281C;
}
.AnyTagClassName
{
color: #E6281C;
}
</style>
background-color css
<style>
a { background-color: #E6281C; }
a { background-color: rgb(230,40,28); }
div.DivClassName
{
background-color: #E6281C;
}
.BgClassName
{
background-color: #E6281C;
}
</style>
border-color css
<style>
span { border-color: #E6281C; }
span { border-color: rgb(230,40,28); }
td.TdClassName
{
border-color: #E6281C;
}
.TagClassName
{
border-color: #E6281C;
}
</style>