Html Css Color HEX #E02A1A Harley Davidson Orange

📋 copy color: '#E02A1A'

red 224 ◦ green 42 ◦ blue 26

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

Shades of Harley Davidson Orange #E02A1A

Tints of Harley Davidson Orange #E02A1A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.38%

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

R = 76.71%
G = 14.38%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E02A1A (or 0xE02A1A) is known color: Harley Davidson Orange. HEX triplet: E0, 2A and 1A. RGB value is (224,42,26). Sum of RGB (Red+Green+Blue) = 224+42+26=292 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.71% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 224 - color contains mainly: red. Hex color #E02A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02A1A is #1FD5E5. Grayscale: #5E5E5E. Windows color (decimal): -2086374 or 1714912. OLE color: 1714912.

HSL color Cylindrical-coordinate representation of color #E02A1A: hue angle of 4.85º 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 #E02A1A is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 42 26 -
CMYK 0 0.81 0.88 0.12
HSL 4.85º 0.79% 0.49% -
HSV(B) 4.85º 0.88% 0.88% -
XYZ 31.75 17.58 2.7 -
YUV 94.59 89.3 220.3 -
System Red Green Blue C M Y K H S L
Decimal 224 42 26 0 0.81 0.88 0.12 4.85 0.79 0.49
Hex E0 2A 1A 0 51 58 C 5 4F 31
Octal 340 52 32 0 121 130 14 5 117 61
Binary 11100000 101010 11010 0 1010001 1011000 1100 101 1001111 110001

Color Harmonies of #E02A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02A1A

Black with #E02A1A

Text Example


Text Example

White with #E02A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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