Html Css Color HEX #E12511 Harley Davidson Orange

📋 copy color: '#E12511'

red 225 ◦ green 37 ◦ blue 17

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

Shades of Harley Davidson Orange #E12511

Tints of Harley Davidson Orange #E12511

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.26%

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

R = 80.65%
G = 13.26%
B = 6.09%

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

#E12511 (or 0xE12511) is known color: Harley Davidson Orange. HEX triplet: E1, 25 and 11. RGB value is (225,37,17). Sum of RGB (Red+Green+Blue) = 225+37+17=279 (36% of max value = 765). Red value is 225 (88.28% from 255 or 80.65% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 225 - color contains mainly: red. Hex color #E12511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12511 is #1EDAEE. Grayscale: #5B5B5B. Windows color (decimal): -2022127 or 1123809. OLE color: 1123809.

HSL color Cylindrical-coordinate representation of color #E12511: hue angle of 5.77º 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 #E12511 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 37 17 -
CMYK 0 0.84 0.92 0.12
HSL 5.77º 0.86% 0.47% -
HSV(B) 5.77º 0.92% 0.88% -
XYZ 31.81 17.37 2.21 -
YUV 90.93 86.28 223.63 -
System Red Green Blue C M Y K H S L
Decimal 225 37 17 0 0.84 0.92 0.12 5.77 0.86 0.47
Hex E1 25 11 0 54 5C C 6 56 2F
Octal 341 45 21 0 124 134 14 6 126 57
Binary 11100001 100101 10001 0 1010100 1011100 1100 110 1010110 101111

Color Harmonies of #E12511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12511

Black with #E12511

Text Example


Text Example

White with #E12511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12511; }

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

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

background-color css

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

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

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

border-color css

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

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

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