Html Css Color HEX #E6261B Harley Davidson Orange
📋 copy color: '#E6261B'red 230 ◦ green 38 ◦ blue 27
Shades of Harley Davidson Orange #E6261B
Tints of Harley Davidson Orange #E6261B
RGB
CMYK
RGB Variations
Color information
#E6261B (or 0xE6261B) is known color: Harley Davidson Orange. HEX triplet: E6, 26 and 1B. RGB value is (230,38,27). Sum of RGB (Red+Green+Blue) = 230+38+27=295 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.97% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 230 - color contains mainly: red. Hex color #E6261B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6261B is #19D9E4. Grayscale: #5E5E5E. Windows color (decimal): -1694181 or 1779430. OLE color: 1779430.
HSL color Cylindrical-coordinate representation of color #E6261B: hue angle of 3.25º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E6261B is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 38 | 27 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.10 |
| HSL | 3.25º | 0.8% | 0.5% | - |
| HSV(B) | 3.25º | 0.88% | 0.9% | - |
| XYZ | 33.52 | 18.29 | 2.8 | - |
| YUV | 94.15 | 90.11 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 38 | 27 | 0 | 0.83 | 0.88 | 0.10 | 3.25 | 0.8 | 0.5 |
| Hex | E6 | 26 | 1B | 0 | 53 | 58 | A | 3 | 50 | 32 |
| Octal | 346 | 46 | 33 | 0 | 123 | 130 | 12 | 3 | 120 | 62 |
| Binary | 11100110 | 100110 | 11011 | 0 | 1010011 | 1011000 | 1010 | 11 | 1010000 | 110010 |
Color Harmonies of #E6261B
Complementary color
Monochromatic Colors of #E6261B
Black with #E6261B
Text Example
Text Example
White with #E6261B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6261B; }
p { color: rgb(230,38,27); }
H1.HeaderClassName
{
color: #E6261B;
}
.AnyTagClassName
{
color: #E6261B;
}
</style>
background-color css
<style>
a { background-color: #E6261B; }
a { background-color: rgb(230,38,27); }
div.DivClassName
{
background-color: #E6261B;
}
.BgClassName
{
background-color: #E6261B;
}
</style>
border-color css
<style>
span { border-color: #E6261B; }
span { border-color: rgb(230,38,27); }
td.TdClassName
{
border-color: #E6261B;
}
.TagClassName
{
border-color: #E6261B;
}
</style>