Html Css Color HEX #E14512 Harley Davidson Orange

📋 copy color: '#E14512'

red 225 ◦ green 69 ◦ blue 18

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

Shades of Harley Davidson Orange #E14512

Tints of Harley Davidson Orange #E14512

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.12%

 BLUE value IS 18 (7.42% from 255) = 5.77%

R = 72.12%
G = 22.12%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E14512 (or 0xE14512) is known color: Harley Davidson Orange. HEX triplet: E1, 45 and 12. RGB value is (225,69,18). Sum of RGB (Red+Green+Blue) = 225+69+18=312 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.12% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 225 - color contains mainly: red. Hex color #E14512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14512 is #1EBAED. Grayscale: #6E6E6E. Windows color (decimal): -2013934 or 1197537. OLE color: 1197537.

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

Color convert

RGB 225 69 18 -
CMYK 0 0.69 0.92 0.12
HSL 14.78º 0.85% 0.48% -
HSV(B) 14.78º 0.92% 0.88% -
XYZ 33.29 20.31 2.74 -
YUV 109.83 76.18 210.15 -
System Red Green Blue C M Y K H S L
Decimal 225 69 18 0 0.69 0.92 0.12 14.78 0.85 0.48
Hex E1 45 12 0 45 5C C F 55 30
Octal 341 105 22 0 105 134 14 17 125 60
Binary 11100001 1000101 10010 0 1000101 1011100 1100 1111 1010101 110000

Color Harmonies of #E14512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14512

Black with #E14512

Text Example


Text Example

White with #E14512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14512; }

 p { color: rgb(225,69,18); }

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

background-color css

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

 a { background-color: rgb(225,69,18); }

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

border-color css

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

 span { border-color: rgb(225,69,18); }

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