Html Css Color HEX #E54215 Harley Davidson Orange

📋 copy color: '#E54215'

red 229 ◦ green 66 ◦ blue 21

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

Shades of Harley Davidson Orange #E54215

Tints of Harley Davidson Orange #E54215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.89%

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

R = 72.47%
G = 20.89%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E54215 (or 0xE54215) is known color: Harley Davidson Orange. HEX triplet: E5, 42 and 15. RGB value is (229,66,21). Sum of RGB (Red+Green+Blue) = 229+66+21=316 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.47% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 229 - color contains mainly: red. Hex color #E54215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54215 is #1ABDEA. Grayscale: #6D6D6D. Windows color (decimal): -1752555 or 1393381. OLE color: 1393381.

HSL color Cylindrical-coordinate representation of color #E54215: hue angle of 12.98º 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 #E54215 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 66 21 -
CMYK 0 0.71 0.91 0.10
HSL 12.98º 0.83% 0.49% -
HSV(B) 12.98º 0.91% 0.9% -
XYZ 34.4 20.61 2.87 -
YUV 109.61 78 213.16 -
System Red Green Blue C M Y K H S L
Decimal 229 66 21 0 0.71 0.91 0.10 12.98 0.83 0.49
Hex E5 42 15 0 47 5B A D 53 31
Octal 345 102 25 0 107 133 12 15 123 61
Binary 11100101 1000010 10101 0 1000111 1011011 1010 1101 1010011 110001

Color Harmonies of #E54215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54215

Black with #E54215

Text Example


Text Example

White with #E54215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54215; }

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

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

background-color css

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

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

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

border-color css

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

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

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