Html Css Color HEX #E42318 Harley Davidson Orange

📋 copy color: '#E42318'

red 228 ◦ green 35 ◦ blue 24

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

Shades of Harley Davidson Orange #E42318

Tints of Harley Davidson Orange #E42318

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.2%

 BLUE value IS 24 (9.77% from 255) = 8.36%

R = 79.44%
G = 12.2%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E42318 (or 0xE42318) is known color: Harley Davidson Orange. HEX triplet: E4, 23 and 18. RGB value is (228,35,24). Sum of RGB (Red+Green+Blue) = 228+35+24=287 (38% of max value = 765). Red value is 228 (89.45% from 255 or 79.44% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 24 (9.77% from 255 or 8.36% from 287); Max value from RGB is 228 - color contains mainly: red. Hex color #E42318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42318 is #1BDCE7. Grayscale: #5B5B5B. Windows color (decimal): -1826024 or 1582052. OLE color: 1582052.

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

Color convert

RGB 228 35 24 -
CMYK 0 0.85 0.89 0.11
HSL 3.24º 0.81% 0.49% -
HSV(B) 3.24º 0.89% 0.89% -
XYZ 32.76 17.76 2.57 -
YUV 91.45 89.94 225.39 -
System Red Green Blue C M Y K H S L
Decimal 228 35 24 0 0.85 0.89 0.11 3.24 0.81 0.49
Hex E4 23 18 0 55 59 B 3 51 31
Octal 344 43 30 0 125 131 13 3 121 61
Binary 11100100 100011 11000 0 1010101 1011001 1011 11 1010001 110001

Color Harmonies of #E42318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42318

Black with #E42318

Text Example


Text Example

White with #E42318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42318; }

 p { color: rgb(228,35,24); }

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

background-color css

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

 a { background-color: rgb(228,35,24); }

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

border-color css

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

 span { border-color: rgb(228,35,24); }

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