Html Css Color HEX #E12418 Harley Davidson Orange

📋 copy color: '#E12418'

red 225 ◦ green 36 ◦ blue 24

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

Shades of Harley Davidson Orange #E12418

Tints of Harley Davidson Orange #E12418

RGB

 RED value IS 225 (88.28% from 255) = 78.95%

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

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

R = 78.95%
G = 12.63%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E12418 (or 0xE12418) is known color: Harley Davidson Orange. HEX triplet: E1, 24 and 18. RGB value is (225,36,24). Sum of RGB (Red+Green+Blue) = 225+36+24=285 (37% of max value = 765). Red value is 225 (88.28% from 255 or 78.95% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 225 - color contains mainly: red. Hex color #E12418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12418 is #1EDBE7. Grayscale: #5B5B5B. Windows color (decimal): -2022376 or 1582305. OLE color: 1582305.

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

Color convert

RGB 225 36 24 -
CMYK 0 0.84 0.89 0.12
HSL 3.58º 0.81% 0.49% -
HSV(B) 3.58º 0.89% 0.88% -
XYZ 31.85 17.34 2.53 -
YUV 91.14 90.12 223.48 -
System Red Green Blue C M Y K H S L
Decimal 225 36 24 0 0.84 0.89 0.12 3.58 0.81 0.49
Hex E1 24 18 0 54 59 C 4 51 31
Octal 341 44 30 0 124 131 14 4 121 61
Binary 11100001 100100 11000 0 1010100 1011001 1100 100 1010001 110001

Color Harmonies of #E12418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12418

Black with #E12418

Text Example


Text Example

White with #E12418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12418; }

 p { color: rgb(225,36,24); }

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

background-color css

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

 a { background-color: rgb(225,36,24); }

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

border-color css

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

 span { border-color: rgb(225,36,24); }

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