Html Css Color HEX #E6271A Harley Davidson Orange
📋 copy color: '#E6271A'red 230 ◦ green 39 ◦ blue 26
Shades of Harley Davidson Orange #E6271A
Tints of Harley Davidson Orange #E6271A
RGB
CMYK
RGB Variations
Color information
#E6271A (or 0xE6271A) is known color: Harley Davidson Orange. HEX triplet: E6, 27 and 1A. RGB value is (230,39,26). Sum of RGB (Red+Green+Blue) = 230+39+26=295 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.97% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 230 - color contains mainly: red. Hex color #E6271A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6271A is #19D8E5. Grayscale: #5E5E5E. Windows color (decimal): -1693926 or 1714150. OLE color: 1714150.
HSL color Cylindrical-coordinate representation of color #E6271A: hue angle of 3.82º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E6271A is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 39 | 26 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.10 |
| HSL | 3.82º | 0.8% | 0.5% | - |
| HSV(B) | 3.82º | 0.89% | 0.9% | - |
| XYZ | 33.55 | 18.35 | 2.75 | - |
| YUV | 94.63 | 89.28 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 39 | 26 | 0 | 0.83 | 0.89 | 0.10 | 3.82 | 0.8 | 0.5 |
| Hex | E6 | 27 | 1A | 0 | 53 | 59 | A | 4 | 50 | 32 |
| Octal | 346 | 47 | 32 | 0 | 123 | 131 | 12 | 4 | 120 | 62 |
| Binary | 11100110 | 100111 | 11010 | 0 | 1010011 | 1011001 | 1010 | 100 | 1010000 | 110010 |
Color Harmonies of #E6271A
Complementary color
Monochromatic Colors of #E6271A
Black with #E6271A
Text Example
Text Example
White with #E6271A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6271A; }
p { color: rgb(230,39,26); }
H1.HeaderClassName
{
color: #E6271A;
}
.AnyTagClassName
{
color: #E6271A;
}
</style>
background-color css
<style>
a { background-color: #E6271A; }
a { background-color: rgb(230,39,26); }
div.DivClassName
{
background-color: #E6271A;
}
.BgClassName
{
background-color: #E6271A;
}
</style>
border-color css
<style>
span { border-color: #E6271A; }
span { border-color: rgb(230,39,26); }
td.TdClassName
{
border-color: #E6271A;
}
.TagClassName
{
border-color: #E6271A;
}
</style>