Html Css Color HEX #E52C16 Harley Davidson Orange

📋 copy color: '#E52C16'

red 229 ◦ green 44 ◦ blue 22

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

Shades of Harley Davidson Orange #E52C16

Tints of Harley Davidson Orange #E52C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.46%

R = 77.63%
G = 14.92%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E52C16 (or 0xE52C16) is known color: Harley Davidson Orange. HEX triplet: E5, 2C and 16. RGB value is (229,44,22). Sum of RGB (Red+Green+Blue) = 229+44+22=295 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.63% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52C16 is #1AD3E9. Grayscale: #616161. Windows color (decimal): -1758186 or 1453285. OLE color: 1453285.

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

Color convert

RGB 229 44 22 -
CMYK 0 0.81 0.90 0.10
HSL 6.38º 0.82% 0.49% -
HSV(B) 6.38º 0.9% 0.9% -
XYZ 33.36 18.52 2.58 -
YUV 96.81 85.79 222.29 -
System Red Green Blue C M Y K H S L
Decimal 229 44 22 0 0.81 0.90 0.10 6.38 0.82 0.49
Hex E5 2C 16 0 51 5A A 6 52 31
Octal 345 54 26 0 121 132 12 6 122 61
Binary 11100101 101100 10110 0 1010001 1011010 1010 110 1010010 110001

Color Harmonies of #E52C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52C16

Black with #E52C16

Text Example


Text Example

White with #E52C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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