Html Css Color HEX #E42A19 Harley Davidson Orange

📋 copy color: '#E42A19'

red 228 ◦ green 42 ◦ blue 25

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

Shades of Harley Davidson Orange #E42A19

Tints of Harley Davidson Orange #E42A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.47%

R = 77.29%
G = 14.24%
B = 8.47%

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

#E42A19 (or 0xE42A19) is known color: Harley Davidson Orange. HEX triplet: E4, 2A and 19. RGB value is (228,42,25). Sum of RGB (Red+Green+Blue) = 228+42+25=295 (39% of max value = 765). Red value is 228 (89.45% from 255 or 77.29% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 228 - color contains mainly: red. Hex color #E42A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42A19 is #1BD5E6. Grayscale: #5F5F5F. Windows color (decimal): -1824231 or 1649380. OLE color: 1649380.

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

Color convert

RGB 228 42 25 -
CMYK 0 0.82 0.89 0.11
HSL 5.02º 0.8% 0.5% -
HSV(B) 5.02º 0.89% 0.89% -
XYZ 33 18.22 2.7 -
YUV 95.68 88.12 222.38 -
System Red Green Blue C M Y K H S L
Decimal 228 42 25 0 0.82 0.89 0.11 5.02 0.8 0.5
Hex E4 2A 19 0 52 59 B 5 50 32
Octal 344 52 31 0 122 131 13 5 120 62
Binary 11100100 101010 11001 0 1010010 1011001 1011 101 1010000 110010

Color Harmonies of #E42A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42A19

Black with #E42A19

Text Example


Text Example

White with #E42A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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