Html Css Color HEX #E54115 Harley Davidson Orange

📋 copy color: '#E54115'

red 229 ◦ green 65 ◦ blue 21

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

Shades of Harley Davidson Orange #E54115

Tints of Harley Davidson Orange #E54115

RGB

 RED value IS 229 (89.84% from 255) = 72.7%

 GREEN value IS 65 (25.78% from 255) = 20.63%

 BLUE value IS 21 (8.59% from 255) = 6.67%

R = 72.7%
G = 20.63%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E54115 (or 0xE54115) is known color: Harley Davidson Orange. HEX triplet: E5, 41 and 15. RGB value is (229,65,21). Sum of RGB (Red+Green+Blue) = 229+65+21=315 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.70% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 229 - color contains mainly: red. Hex color #E54115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54115 is #1ABEEA. Grayscale: #6D6D6D. Windows color (decimal): -1752811 or 1393125. OLE color: 1393125.

HSL color Cylindrical-coordinate representation of color #E54115: hue angle of 12.69º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E54115 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 65 21 -
CMYK 0 0.72 0.91 0.10
HSL 12.69º 0.83% 0.49% -
HSV(B) 12.69º 0.91% 0.9% -
XYZ 34.34 20.49 2.86 -
YUV 109.02 78.33 213.58 -
System Red Green Blue C M Y K H S L
Decimal 229 65 21 0 0.72 0.91 0.10 12.69 0.83 0.49
Hex E5 41 15 0 48 5B A D 53 31
Octal 345 101 25 0 110 133 12 15 123 61
Binary 11100101 1000001 10101 0 1001000 1011011 1010 1101 1010011 110001

Color Harmonies of #E54115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54115

Black with #E54115

Text Example


Text Example

White with #E54115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54115; }

 p { color: rgb(229,65,21); }

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

background-color css

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

 a { background-color: rgb(229,65,21); }

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

border-color css

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

 span { border-color: rgb(229,65,21); }

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