Html Css Color HEX #E42414 Harley Davidson Orange

📋 copy color: '#E42414'

red 228 ◦ green 36 ◦ blue 20

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

Shades of Harley Davidson Orange #E42414

Tints of Harley Davidson Orange #E42414

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.68%

 BLUE value IS 20 (8.2% from 255) = 7.04%

R = 80.28%
G = 12.68%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E42414 (or 0xE42414) is known color: Harley Davidson Orange. HEX triplet: E4, 24 and 14. RGB value is (228,36,20). Sum of RGB (Red+Green+Blue) = 228+36+20=284 (37% of max value = 765). Red value is 228 (89.45% from 255 or 80.28% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 228 - color contains mainly: red. Hex color #E42414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42414 is #1BDBEB. Grayscale: #5B5B5B. Windows color (decimal): -1825772 or 1320164. OLE color: 1320164.

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

Color convert

RGB 228 36 20 -
CMYK 0 0.84 0.91 0.11
HSL 4.62º 0.84% 0.49% -
HSV(B) 4.62º 0.91% 0.89% -
XYZ 32.75 17.81 2.37 -
YUV 91.58 87.61 225.3 -
System Red Green Blue C M Y K H S L
Decimal 228 36 20 0 0.84 0.91 0.11 4.62 0.84 0.49
Hex E4 24 14 0 54 5B B 5 54 31
Octal 344 44 24 0 124 133 13 5 124 61
Binary 11100100 100100 10100 0 1010100 1011011 1011 101 1010100 110001

Color Harmonies of #E42414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42414

Black with #E42414

Text Example


Text Example

White with #E42414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42414; }

 p { color: rgb(228,36,20); }

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

background-color css

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

 a { background-color: rgb(228,36,20); }

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

border-color css

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

 span { border-color: rgb(228,36,20); }

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