Html Css Color HEX #E52B1A Harley Davidson Orange

📋 copy color: '#E52B1A'

red 229 ◦ green 43 ◦ blue 26

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

Shades of Harley Davidson Orange #E52B1A

Tints of Harley Davidson Orange #E52B1A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.43%

 BLUE value IS 26 (10.55% from 255) = 8.72%

R = 76.85%
G = 14.43%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E52B1A (or 0xE52B1A) is known color: Harley Davidson Orange. HEX triplet: E5, 2B and 1A. RGB value is (229,43,26). Sum of RGB (Red+Green+Blue) = 229+43+26=298 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.85% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 26 (10.55% from 255 or 8.72% from 298); Max value from RGB is 229 - color contains mainly: red. Hex color #E52B1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52B1A is #1AD4E5. Grayscale: #606060. Windows color (decimal): -1758438 or 1715173. OLE color: 1715173.

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

Color convert

RGB 229 43 26 -
CMYK 0 0.81 0.89 0.10
HSL 5.02º 0.8% 0.5% -
HSV(B) 5.02º 0.89% 0.9% -
XYZ 33.36 18.46 2.78 -
YUV 96.68 88.12 222.38 -
System Red Green Blue C M Y K H S L
Decimal 229 43 26 0 0.81 0.89 0.10 5.02 0.8 0.5
Hex E5 2B 1A 0 51 59 A 5 50 32
Octal 345 53 32 0 121 131 12 5 120 62
Binary 11100101 101011 11010 0 1010001 1011001 1010 101 1010000 110010

Color Harmonies of #E52B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52B1A

Black with #E52B1A

Text Example


Text Example

White with #E52B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52B1A; }

 p { color: rgb(229,43,26); }

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

background-color css

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

 a { background-color: rgb(229,43,26); }

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

border-color css

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

 span { border-color: rgb(229,43,26); }

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