Html Css Color HEX #E52D19 Harley Davidson Orange

📋 copy color: '#E52D19'

red 229 ◦ green 45 ◦ blue 25

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

Shades of Harley Davidson Orange #E52D19

Tints of Harley Davidson Orange #E52D19

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.05%

 BLUE value IS 25 (10.16% from 255) = 8.36%

R = 76.59%
G = 15.05%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E52D19 (or 0xE52D19) is known color: Harley Davidson Orange. HEX triplet: E5, 2D and 19. RGB value is (229,45,25). Sum of RGB (Red+Green+Blue) = 229+45+25=299 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.59% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 229 - color contains mainly: red. Hex color #E52D19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52D19 is #1AD2E6. Grayscale: #626262. Windows color (decimal): -1757927 or 1650149. OLE color: 1650149.

HSL color Cylindrical-coordinate representation of color #E52D19: hue angle of 5.88º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E52D19 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 45 25 -
CMYK 0 0.80 0.89 0.10
HSL 5.88º 0.8% 0.5% -
HSV(B) 5.88º 0.89% 0.9% -
XYZ 33.43 18.6 2.75 -
YUV 97.74 86.96 221.63 -
System Red Green Blue C M Y K H S L
Decimal 229 45 25 0 0.80 0.89 0.10 5.88 0.8 0.5
Hex E5 2D 19 0 50 59 A 6 50 32
Octal 345 55 31 0 120 131 12 6 120 62
Binary 11100101 101101 11001 0 1010000 1011001 1010 110 1010000 110010

Color Harmonies of #E52D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52D19

Black with #E52D19

Text Example


Text Example

White with #E52D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52D19; }

 p { color: rgb(229,45,25); }

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

background-color css

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

 a { background-color: rgb(229,45,25); }

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

border-color css

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

 span { border-color: rgb(229,45,25); }

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