Html Css Color HEX #E6321A Harley Davidson Orange
📋 copy color: '#E6321A'red 230 ◦ green 50 ◦ blue 26
Shades of Harley Davidson Orange #E6321A
Tints of Harley Davidson Orange #E6321A
RGB
CMYK
RGB Variations
Color information
#E6321A (or 0xE6321A) is known color: Harley Davidson Orange. HEX triplet: E6, 32 and 1A. RGB value is (230,50,26). Sum of RGB (Red+Green+Blue) = 230+50+26=306 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.16% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 26 (10.55% from 255 or 8.50% from 306); Max value from RGB is 230 - color contains mainly: red. Hex color #E6321A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6321A is #19CDE5. Grayscale: #656565. Windows color (decimal): -1691110 or 1716966. OLE color: 1716966.
HSL color Cylindrical-coordinate representation of color #E6321A: hue angle of 7.06º 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 #E6321A is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 26 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.10 |
| HSL | 7.06º | 0.8% | 0.5% | - |
| HSV(B) | 7.06º | 0.89% | 0.9% | - |
| XYZ | 33.96 | 19.18 | 2.89 | - |
| YUV | 101.08 | 85.63 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 26 | 0 | 0.78 | 0.89 | 0.10 | 7.06 | 0.8 | 0.5 |
| Hex | E6 | 32 | 1A | 0 | 4E | 59 | A | 7 | 50 | 32 |
| Octal | 346 | 62 | 32 | 0 | 116 | 131 | 12 | 7 | 120 | 62 |
| Binary | 11100110 | 110010 | 11010 | 0 | 1001110 | 1011001 | 1010 | 111 | 1010000 | 110010 |
Color Harmonies of #E6321A
Complementary color
Monochromatic Colors of #E6321A
Black with #E6321A
Text Example
Text Example
White with #E6321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6321A; }
p { color: rgb(230,50,26); }
H1.HeaderClassName
{
color: #E6321A;
}
.AnyTagClassName
{
color: #E6321A;
}
</style>
background-color css
<style>
a { background-color: #E6321A; }
a { background-color: rgb(230,50,26); }
div.DivClassName
{
background-color: #E6321A;
}
.BgClassName
{
background-color: #E6321A;
}
</style>
border-color css
<style>
span { border-color: #E6321A; }
span { border-color: rgb(230,50,26); }
td.TdClassName
{
border-color: #E6321A;
}
.TagClassName
{
border-color: #E6321A;
}
</style>