Html Css Color HEX #E42C11 Harley Davidson Orange

📋 copy color: '#E42C11'

red 228 ◦ green 44 ◦ blue 17

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

Shades of Harley Davidson Orange #E42C11

Tints of Harley Davidson Orange #E42C11

RGB

 RED value IS 228 (89.45% from 255) = 78.89%

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

 BLUE value IS 17 (7.03% from 255) = 5.88%

R = 78.89%
G = 15.22%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E42C11 (or 0xE42C11) is known color: Harley Davidson Orange. HEX triplet: E4, 2C and 11. RGB value is (228,44,17). Sum of RGB (Red+Green+Blue) = 228+44+17=289 (38% of max value = 765). Red value is 228 (89.45% from 255 or 78.89% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 228 - color contains mainly: red. Hex color #E42C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42C11 is #1BD3EE. Grayscale: #606060. Windows color (decimal): -1823727 or 1125604. OLE color: 1125604.

HSL color Cylindrical-coordinate representation of color #E42C11: hue angle of 7.68º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E42C11 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 44 17 -
CMYK 0 0.81 0.93 0.11
HSL 7.68º 0.86% 0.48% -
HSV(B) 7.68º 0.93% 0.89% -
XYZ 33 18.34 2.33 -
YUV 95.94 83.46 222.2 -
System Red Green Blue C M Y K H S L
Decimal 228 44 17 0 0.81 0.93 0.11 7.68 0.86 0.48
Hex E4 2C 11 0 51 5D B 8 56 30
Octal 344 54 21 0 121 135 13 10 126 60
Binary 11100100 101100 10001 0 1010001 1011101 1011 1000 1010110 110000

Color Harmonies of #E42C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42C11

Black with #E42C11

Text Example


Text Example

White with #E42C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42C11; }

 p { color: rgb(228,44,17); }

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

background-color css

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

 a { background-color: rgb(228,44,17); }

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

border-color css

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

 span { border-color: rgb(228,44,17); }

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