Html Css Color HEX #E5380B Harley Davidson Orange

📋 copy color: '#E5380B'

red 229 ◦ green 56 ◦ blue 11

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

Shades of Harley Davidson Orange #E5380B

Tints of Harley Davidson Orange #E5380B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.92%

 BLUE value IS 11 (4.69% from 255) = 3.72%

R = 77.36%
G = 18.92%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5380B (or 0xE5380B) is known color: Harley Davidson Orange. HEX triplet: E5, 38 and 0B. RGB value is (229,56,11). Sum of RGB (Red+Green+Blue) = 229+56+11=296 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.36% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 229 - color contains mainly: red. Hex color #E5380B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5380B is #1AC7F4. Grayscale: #666666. Windows color (decimal): -1755125 or 735461. OLE color: 735461.

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

Color convert

RGB 229 56 11 -
CMYK 0 0.76 0.95 0.10
HSL 12.39º 0.91% 0.47% -
HSV(B) 12.39º 0.95% 0.9% -
XYZ 33.79 19.51 2.3 -
YUV 102.6 76.31 218.16 -
System Red Green Blue C M Y K H S L
Decimal 229 56 11 0 0.76 0.95 0.10 12.39 0.91 0.47
Hex E5 38 B 0 4C 5F A C 5B 2F
Octal 345 70 13 0 114 137 12 14 133 57
Binary 11100101 111000 1011 0 1001100 1011111 1010 1100 1011011 101111

Color Harmonies of #E5380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5380B

Black with #E5380B

Text Example


Text Example

White with #E5380B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5380B; }

 p { color: rgb(229,56,11); }

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

background-color css

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

 a { background-color: rgb(229,56,11); }

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

border-color css

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

 span { border-color: rgb(229,56,11); }

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