Html Css Color HEX #E6211C Harley Davidson Orange
📋 copy color: '#E6211C'red 230 ◦ green 33 ◦ blue 28
Shades of Harley Davidson Orange #E6211C
Tints of Harley Davidson Orange #E6211C
RGB
CMYK
RGB Variations
Color information
#E6211C (or 0xE6211C) is known color: Harley Davidson Orange. HEX triplet: E6, 21 and 1C. RGB value is (230,33,28). Sum of RGB (Red+Green+Blue) = 230+33+28=291 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.04% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 230 - color contains mainly: red. Hex color #E6211C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6211C is #19DEE3. Grayscale: #5B5B5B. Windows color (decimal): -1695460 or 1843686. OLE color: 1843686.
HSL color Cylindrical-coordinate representation of color #E6211C: hue angle of 1.49º 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 #E6211C is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 33 | 28 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.10 |
| HSL | 1.49º | 0.8% | 0.51% | - |
| HSV(B) | 1.49º | 0.88% | 0.9% | - |
| XYZ | 33.39 | 17.99 | 2.81 | - |
| YUV | 91.33 | 92.27 | 226.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 33 | 28 | 0 | 0.86 | 0.88 | 0.10 | 1.49 | 0.8 | 0.51 |
| Hex | E6 | 21 | 1C | 0 | 56 | 58 | A | 1 | 50 | 33 |
| Octal | 346 | 41 | 34 | 0 | 126 | 130 | 12 | 1 | 120 | 63 |
| Binary | 11100110 | 100001 | 11100 | 0 | 1010110 | 1011000 | 1010 | 1 | 1010000 | 110011 |
Color Harmonies of #E6211C
Complementary color
Monochromatic Colors of #E6211C
Black with #E6211C
Text Example
Text Example
White with #E6211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6211C; }
p { color: rgb(230,33,28); }
H1.HeaderClassName
{
color: #E6211C;
}
.AnyTagClassName
{
color: #E6211C;
}
</style>
background-color css
<style>
a { background-color: #E6211C; }
a { background-color: rgb(230,33,28); }
div.DivClassName
{
background-color: #E6211C;
}
.BgClassName
{
background-color: #E6211C;
}
</style>
border-color css
<style>
span { border-color: #E6211C; }
span { border-color: rgb(230,33,28); }
td.TdClassName
{
border-color: #E6211C;
}
.TagClassName
{
border-color: #E6211C;
}
</style>