Html Css Color HEX #E42E1A Harley Davidson Orange

📋 copy color: '#E42E1A'

red 228 ◦ green 46 ◦ blue 26

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

Shades of Harley Davidson Orange #E42E1A

Tints of Harley Davidson Orange #E42E1A

RGB

 RED value IS 228 (89.45% from 255) = 76%

 GREEN value IS 46 (18.36% from 255) = 15.33%

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

R = 76%
G = 15.33%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E42E1A (or 0xE42E1A) is known color: Harley Davidson Orange. HEX triplet: E4, 2E and 1A. RGB value is (228,46,26). Sum of RGB (Red+Green+Blue) = 228+46+26=300 (39% of max value = 765). Red value is 228 (89.45% from 255 or 76% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 228 - color contains mainly: red. Hex color #E42E1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42E1A is #1BD1E5. Grayscale: #626262. Windows color (decimal): -1823206 or 1715940. OLE color: 1715940.

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

Color convert

RGB 228 46 26 -
CMYK 0 0.80 0.89 0.11
HSL 5.94º 0.8% 0.5% -
HSV(B) 5.94º 0.89% 0.89% -
XYZ 33.16 18.52 2.8 -
YUV 98.14 87.3 220.63 -
System Red Green Blue C M Y K H S L
Decimal 228 46 26 0 0.80 0.89 0.11 5.94 0.8 0.5
Hex E4 2E 1A 0 50 59 B 6 50 32
Octal 344 56 32 0 120 131 13 6 120 62
Binary 11100100 101110 11010 0 1010000 1011001 1011 110 1010000 110010

Color Harmonies of #E42E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42E1A

Black with #E42E1A

Text Example


Text Example

White with #E42E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42E1A; }

 p { color: rgb(228,46,26); }

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

background-color css

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

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

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

border-color css

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

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

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