Html Css Color HEX #E42A1A Harley Davidson Orange

📋 copy color: '#E42A1A'

red 228 ◦ green 42 ◦ blue 26

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

Shades of Harley Davidson Orange #E42A1A

Tints of Harley Davidson Orange #E42A1A

RGB

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

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

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

R = 77.03%
G = 14.19%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E42A1A (or 0xE42A1A) is known color: Harley Davidson Orange. HEX triplet: E4, 2A and 1A. RGB value is (228,42,26). Sum of RGB (Red+Green+Blue) = 228+42+26=296 (39% of max value = 765). Red value is 228 (89.45% from 255 or 77.03% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 26 (10.55% from 255 or 8.78% from 296); Max value from RGB is 228 - color contains mainly: red. Hex color #E42A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42A1A is #1BD5E5. Grayscale: #606060. Windows color (decimal): -1824230 or 1714916. OLE color: 1714916.

HSL color Cylindrical-coordinate representation of color #E42A1A: hue angle of 4.75º 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 #E42A1A is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 42 26 -
CMYK 0 0.82 0.89 0.11
HSL 4.75º 0.8% 0.5% -
HSV(B) 4.75º 0.89% 0.89% -
XYZ 33.01 18.22 2.76 -
YUV 95.79 88.62 222.3 -
System Red Green Blue C M Y K H S L
Decimal 228 42 26 0 0.82 0.89 0.11 4.75 0.8 0.5
Hex E4 2A 1A 0 52 59 B 5 50 32
Octal 344 52 32 0 122 131 13 5 120 62
Binary 11100100 101010 11010 0 1010010 1011001 1011 101 1010000 110010

Color Harmonies of #E42A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42A1A

Black with #E42A1A

Text Example


Text Example

White with #E42A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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