Html Css Color HEX #E52D18 Harley Davidson Orange

📋 copy color: '#E52D18'

red 229 ◦ green 45 ◦ blue 24

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

Shades of Harley Davidson Orange #E52D18

Tints of Harley Davidson Orange #E52D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.05%

R = 76.85%
G = 15.1%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E52D18 (or 0xE52D18) is known color: Harley Davidson Orange. HEX triplet: E5, 2D and 18. RGB value is (229,45,24). Sum of RGB (Red+Green+Blue) = 229+45+24=298 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.85% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 24 (9.77% from 255 or 8.05% from 298); Max value from RGB is 229 - color contains mainly: red. Hex color #E52D18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52D18 is #1AD2E7. Grayscale: #616161. Windows color (decimal): -1757928 or 1584613. OLE color: 1584613.

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

Color convert

RGB 229 45 24 -
CMYK 0 0.80 0.90 0.10
HSL 6.15º 0.81% 0.5% -
HSV(B) 6.15º 0.9% 0.9% -
XYZ 33.42 18.6 2.69 -
YUV 97.62 86.46 221.71 -
System Red Green Blue C M Y K H S L
Decimal 229 45 24 0 0.80 0.90 0.10 6.15 0.81 0.5
Hex E5 2D 18 0 50 5A A 6 51 32
Octal 345 55 30 0 120 132 12 6 121 62
Binary 11100101 101101 11000 0 1010000 1011010 1010 110 1010001 110010

Color Harmonies of #E52D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52D18

Black with #E52D18

Text Example


Text Example

White with #E52D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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