Html Css Color HEX #E52C14 Harley Davidson Orange

📋 copy color: '#E52C14'

red 229 ◦ green 44 ◦ blue 20

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

Shades of Harley Davidson Orange #E52C14

Tints of Harley Davidson Orange #E52C14

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.02%

 BLUE value IS 20 (8.2% from 255) = 6.83%

R = 78.16%
G = 15.02%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E52C14 (or 0xE52C14) is known color: Harley Davidson Orange. HEX triplet: E5, 2C and 14. RGB value is (229,44,20). Sum of RGB (Red+Green+Blue) = 229+44+20=293 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.16% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52C14 is #1AD3EB. Grayscale: #606060. Windows color (decimal): -1758188 or 1322213. OLE color: 1322213.

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

Color convert

RGB 229 44 20 -
CMYK 0 0.81 0.91 0.10
HSL 6.89º 0.84% 0.49% -
HSV(B) 6.89º 0.91% 0.9% -
XYZ 33.34 18.51 2.48 -
YUV 96.58 84.79 222.45 -
System Red Green Blue C M Y K H S L
Decimal 229 44 20 0 0.81 0.91 0.10 6.89 0.84 0.49
Hex E5 2C 14 0 51 5B A 7 54 31
Octal 345 54 24 0 121 133 12 7 124 61
Binary 11100101 101100 10100 0 1010001 1011011 1010 111 1010100 110001

Color Harmonies of #E52C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52C14

Black with #E52C14

Text Example


Text Example

White with #E52C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52C14; }

 p { color: rgb(229,44,20); }

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

background-color css

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

 a { background-color: rgb(229,44,20); }

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

border-color css

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

 span { border-color: rgb(229,44,20); }

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