Html Css Color HEX #E52A1C Harley Davidson Orange

📋 copy color: '#E52A1C'

red 229 ◦ green 42 ◦ blue 28

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

Shades of Harley Davidson Orange #E52A1C

Tints of Harley Davidson Orange #E52A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.36%

R = 76.59%
G = 14.05%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E52A1C (or 0xE52A1C) is known color: Harley Davidson Orange. HEX triplet: E5, 2A and 1C. RGB value is (229,42,28). Sum of RGB (Red+Green+Blue) = 229+42+28=299 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.59% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52A1C is #1AD5E3. Grayscale: #606060. Windows color (decimal): -1758692 or 1845989. OLE color: 1845989.

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

Color convert

RGB 229 42 28 -
CMYK 0 0.82 0.88 0.10
HSL 4.18º 0.79% 0.5% -
HSV(B) 4.18º 0.88% 0.9% -
XYZ 33.35 18.4 2.89 -
YUV 96.32 89.45 222.64 -
System Red Green Blue C M Y K H S L
Decimal 229 42 28 0 0.82 0.88 0.10 4.18 0.79 0.5
Hex E5 2A 1C 0 52 58 A 4 4F 32
Octal 345 52 34 0 122 130 12 4 117 62
Binary 11100101 101010 11100 0 1010010 1011000 1010 100 1001111 110010

Color Harmonies of #E52A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52A1C

Black with #E52A1C

Text Example


Text Example

White with #E52A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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