Html Css Color HEX #E52A16 Harley Davidson Orange

📋 copy color: '#E52A16'

red 229 ◦ green 42 ◦ blue 22

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

Shades of Harley Davidson Orange #E52A16

Tints of Harley Davidson Orange #E52A16

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.33%

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

R = 78.16%
G = 14.33%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E52A16 (or 0xE52A16) is known color: Harley Davidson Orange. HEX triplet: E5, 2A and 16. RGB value is (229,42,22). Sum of RGB (Red+Green+Blue) = 229+42+22=293 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.16% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52A16 is #1AD5E9. Grayscale: #5F5F5F. Windows color (decimal): -1758698 or 1452773. OLE color: 1452773.

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

Color convert

RGB 229 42 22 -
CMYK 0 0.82 0.90 0.10
HSL 5.8º 0.82% 0.49% -
HSV(B) 5.8º 0.9% 0.9% -
XYZ 33.29 18.37 2.55 -
YUV 95.63 86.45 223.13 -
System Red Green Blue C M Y K H S L
Decimal 229 42 22 0 0.82 0.90 0.10 5.8 0.82 0.49
Hex E5 2A 16 0 52 5A A 6 52 31
Octal 345 52 26 0 122 132 12 6 122 61
Binary 11100101 101010 10110 0 1010010 1011010 1010 110 1010010 110001

Color Harmonies of #E52A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52A16

Black with #E52A16

Text Example


Text Example

White with #E52A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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