Html Css Color HEX #E53416 Harley Davidson Orange

📋 copy color: '#E53416'

red 229 ◦ green 52 ◦ blue 22

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

Shades of Harley Davidson Orange #E53416

Tints of Harley Davidson Orange #E53416

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.16%

 BLUE value IS 22 (8.98% from 255) = 7.26%

R = 75.58%
G = 17.16%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E53416 (or 0xE53416) is known color: Harley Davidson Orange. HEX triplet: E5, 34 and 16. RGB value is (229,52,22). Sum of RGB (Red+Green+Blue) = 229+52+22=303 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.58% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 229 - color contains mainly: red. Hex color #E53416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E53416 is #1ACBE9. Grayscale: #656565. Windows color (decimal): -1756138 or 1455333. OLE color: 1455333.

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

Color convert

RGB 229 52 22 -
CMYK 0 0.77 0.90 0.10
HSL 8.7º 0.82% 0.49% -
HSV(B) 8.7º 0.9% 0.9% -
XYZ 33.69 19.17 2.68 -
YUV 101.5 83.14 218.94 -
System Red Green Blue C M Y K H S L
Decimal 229 52 22 0 0.77 0.90 0.10 8.7 0.82 0.49
Hex E5 34 16 0 4D 5A A 9 52 31
Octal 345 64 26 0 115 132 12 11 122 61
Binary 11100101 110100 10110 0 1001101 1011010 1010 1001 1010010 110001

Color Harmonies of #E53416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53416

Black with #E53416

Text Example


Text Example

White with #E53416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53416; }

 p { color: rgb(229,52,22); }

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

background-color css

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

 a { background-color: rgb(229,52,22); }

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

border-color css

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

 span { border-color: rgb(229,52,22); }

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