#e21a19

Color #E21A19 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #E21A19

Tints of Harley Davidson Orange #E21A19

Color information

#E21A19 (or 0xE21A19) is unknown color: approx Harley Davidson Orange. HEX triplet: E2, 1A and 19. RGB value is (226,26,25). Sum of RGB (Red+Green+Blue) = 226+26+25=277 (36% of max value = 765). Red value is 226 (88.67% from 255 or 81.59% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E21A19 is #1DE5E6. Grayscale: #555555. Windows color (decimal): -1959399 or 1645282. OLE color: 1645282.

HSL color Cylindrical-coordinate representation of color #E21A19: hue angle of 0.3º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E21A19 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.11.

Color convert

RGB2262625-
CMYK00.880.890.11
HSL0.3º80.08%49.22%-
HSV(B)0.3º88.94%88.63%-
XYZ31.9116.982.51-
YUV85.6993.76228.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 81.59%
GREEN value IS 26 (10.55% from 255) = 9.39%
BLUE value IS 25 (10.16% from 255) = 9.03%
R=81.59%
G=9.39%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.89
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226262500.880.890.110.380.0849.22
HexE21A1905859B05031
Octal3423231013013113012061
Binary111000101101011001010110001011001101101010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e21a19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e21a19; }

 p { color: rgb(226,26,25); }

 H1.HeaderClassName
 {
   color: #e21a19;
 }
 .AnyTagClassName
 {
   color: #e21a19;
 }
</style>
background-color css

<style>
 a { background-color: #e21a19; }

 a { background-color: rgb(226,26,25); }

 div.DivClassName
 {
   background-color: #e21a19;
 }
 .BgClassName
 {
   background-color: #e21a19;
 }
</style>
border-color css

<style>
 span { border-color: #e21a19; }

 span { border-color: rgb(226,26,25); }

 td.TdClassName
 {
   border-color: #e21a19;
 }
 .TagClassName
 {
   border-color: #e21a19;
 }
</style>