Html Css Color HEX #E21B1B Harley Davidson Orange
📋 copy color: '#E21B1B'red 226 ◦ green 27 ◦ blue 27
Shades of Harley Davidson Orange #E21B1B
Tints of Harley Davidson Orange #E21B1B
RGB
CMYK
RGB Variations
Color information
#E21B1B (or 0xE21B1B) is known color: Harley Davidson Orange. HEX triplet: E2, 1B and 1B. RGB value is (226,27,27). Sum of RGB (Red+Green+Blue) = 226+27+27=280 (37% of max value = 765). Red value is 226 (88.67% from 255 or 80.71% from 280); Green value is 27 (10.94% from 255 or 9.64% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 226 - color contains mainly: red. Hex color #E21B1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21B1B is #1DE4E4. Grayscale: #565656. Windows color (decimal): -1959141 or 1776610. OLE color: 1776610.
HSL color Cylindrical-coordinate representation of color #E21B1B: hue angle of 0º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21B1B is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 27 | 27 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.11 |
| HSL | 0º | 0.79% | 0.5% | - |
| HSV(B) | 0º | 0.88% | 0.89% | - |
| XYZ | 31.95 | 17.03 | 2.64 | - |
| YUV | 86.5 | 94.43 | 227.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 27 | 27 | 0 | 0.88 | 0.88 | 0.11 | 0 | 0.79 | 0.5 |
| Hex | E2 | 1B | 1B | 0 | 58 | 58 | B | 0 | 4F | 32 |
| Octal | 342 | 33 | 33 | 0 | 130 | 130 | 13 | 0 | 117 | 62 |
| Binary | 11100010 | 11011 | 11011 | 0 | 1011000 | 1011000 | 1011 | 0 | 1001111 | 110010 |
Color Harmonies of #E21B1B
Complementary color
Monochromatic Colors of #E21B1B
Black with #E21B1B
Text Example
Text Example
White with #E21B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21B1B; }
p { color: rgb(226,27,27); }
H1.HeaderClassName
{
color: #E21B1B;
}
.AnyTagClassName
{
color: #E21B1B;
}
</style>
background-color css
<style>
a { background-color: #E21B1B; }
a { background-color: rgb(226,27,27); }
div.DivClassName
{
background-color: #E21B1B;
}
.BgClassName
{
background-color: #E21B1B;
}
</style>
border-color css
<style>
span { border-color: #E21B1B; }
span { border-color: rgb(226,27,27); }
td.TdClassName
{
border-color: #E21B1B;
}
.TagClassName
{
border-color: #E21B1B;
}
</style>