Html Css Color HEX #E01A1A Harley Davidson Orange

📋 copy color: '#E01A1A'

red 224 ◦ green 26 ◦ blue 26

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

Shades of Harley Davidson Orange #E01A1A

Tints of Harley Davidson Orange #E01A1A

RGB

 RED value IS 224 (87.89% from 255) = 81.16%

 GREEN value IS 26 (10.55% from 255) = 9.42%

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

R = 81.16%
G = 9.42%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E01A1A (or 0xE01A1A) is known color: Harley Davidson Orange. HEX triplet: E0, 1A and 1A. RGB value is (224,26,26). Sum of RGB (Red+Green+Blue) = 224+26+26=276 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.16% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 224 - color contains mainly: red. Hex color #E01A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01A1A is #1FE5E5. Grayscale: #555555. Windows color (decimal): -2090470 or 1710816. OLE color: 1710816.

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

Color convert

RGB 224 26 26 -
CMYK 0 0.88 0.88 0.12
HSL 0.79% 0.49% -
HSV(B) 0.88% 0.88% -
XYZ 31.3 16.66 2.54 -
YUV 85.2 94.6 227 -
System Red Green Blue C M Y K H S L
Decimal 224 26 26 0 0.88 0.88 0.12 0 0.79 0.49
Hex E0 1A 1A 0 58 58 C 0 4F 31
Octal 340 32 32 0 130 130 14 0 117 61
Binary 11100000 11010 11010 0 1011000 1011000 1100 0 1001111 110001

Color Harmonies of #E01A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01A1A

Black with #E01A1A

Text Example


Text Example

White with #E01A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01A1A; }

 p { color: rgb(224,26,26); }

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

background-color css

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

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

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

border-color css

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

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

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