Html Css Color HEX #E21D1A Harley Davidson Orange

📋 copy color: '#E21D1A'

red 226 ◦ green 29 ◦ blue 26

#E21D1A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #E21D1A

Tints of Harley Davidson Orange #E21D1A

RGB

 RED value IS 226 (88.67% from 255) = 80.43%

 GREEN value IS 29 (11.72% from 255) = 10.32%

 BLUE value IS 26 (10.55% from 255) = 9.25%

R = 80.43%
G = 10.32%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E21D1A (or 0xE21D1A) is known color: Harley Davidson Orange. HEX triplet: E2, 1D and 1A. RGB value is (226,29,26). Sum of RGB (Red+Green+Blue) = 226+29+26=281 (37% of max value = 765). Red value is 226 (88.67% from 255 or 80.43% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 226 - color contains mainly: red. Hex color #E21D1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21D1A is #1DE2E5. Grayscale: #575757. Windows color (decimal): -1958630 or 1711586. OLE color: 1711586.

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

Color convert

RGB 226 29 26 -
CMYK 0 0.87 0.88 0.11
HSL 0.9º 0.79% 0.49% -
HSV(B) 0.9º 0.88% 0.89% -
XYZ 31.99 17.12 2.6 -
YUV 87.56 93.27 226.74 -
System Red Green Blue C M Y K H S L
Decimal 226 29 26 0 0.87 0.88 0.11 0.9 0.79 0.49
Hex E2 1D 1A 0 57 58 B 1 4F 31
Octal 342 35 32 0 127 130 13 1 117 61
Binary 11100010 11101 11010 0 1010111 1011000 1011 1 1001111 110001

Color Harmonies of #E21D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21D1A

Black with #E21D1A

Text Example


Text Example

White with #E21D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21D1A; }

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

 H1.HeaderClassName
 {
   color: #E21D1A;
 }
 .AnyTagClassName
 {
   color: #E21D1A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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