Html Css Color HEX #E12411 Harley Davidson Orange

📋 copy color: '#E12411'

red 225 ◦ green 36 ◦ blue 17

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

Shades of Harley Davidson Orange #E12411

Tints of Harley Davidson Orange #E12411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.12%

R = 80.94%
G = 12.95%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E12411 (or 0xE12411) is known color: Harley Davidson Orange. HEX triplet: E1, 24 and 11. RGB value is (225,36,17). Sum of RGB (Red+Green+Blue) = 225+36+17=278 (36% of max value = 765). Red value is 225 (88.28% from 255 or 80.94% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 225 - color contains mainly: red. Hex color #E12411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12411 is #1EDBEE. Grayscale: #5A5A5A. Windows color (decimal): -2022383 or 1123553. OLE color: 1123553.

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

Color convert

RGB 225 36 17 -
CMYK 0 0.84 0.92 0.12
HSL 5.48º 0.86% 0.47% -
HSV(B) 5.48º 0.92% 0.88% -
XYZ 31.78 17.31 2.2 -
YUV 90.35 86.62 224.04 -
System Red Green Blue C M Y K H S L
Decimal 225 36 17 0 0.84 0.92 0.12 5.48 0.86 0.47
Hex E1 24 11 0 54 5C C 5 56 2F
Octal 341 44 21 0 124 134 14 5 126 57
Binary 11100001 100100 10001 0 1010100 1011100 1100 101 1010110 101111

Color Harmonies of #E12411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12411

Black with #E12411

Text Example


Text Example

White with #E12411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12411; }

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

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

background-color css

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

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

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

border-color css

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

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

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