Html Css Color HEX #E5300B Harley Davidson Orange

📋 copy color: '#E5300B'

red 229 ◦ green 48 ◦ blue 11

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

Shades of Harley Davidson Orange #E5300B

Tints of Harley Davidson Orange #E5300B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.67%

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

R = 79.51%
G = 16.67%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5300B (or 0xE5300B) is known color: Harley Davidson Orange. HEX triplet: E5, 30 and 0B. RGB value is (229,48,11). Sum of RGB (Red+Green+Blue) = 229+48+11=288 (38% of max value = 765). Red value is 229 (89.84% from 255 or 79.51% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 11 (4.69% from 255 or 3.82% from 288); Max value from RGB is 229 - color contains mainly: red. Hex color #E5300B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5300B is #1ACFF4. Grayscale: #626262. Windows color (decimal): -1757173 or 733413. OLE color: 733413.

HSL color Cylindrical-coordinate representation of color #E5300B: hue angle of 10.18º 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 #E5300B is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 48 11 -
CMYK 0 0.79 0.95 0.10
HSL 10.18º 0.91% 0.47% -
HSV(B) 10.18º 0.95% 0.9% -
XYZ 33.43 18.8 2.18 -
YUV 97.9 78.97 221.51 -
System Red Green Blue C M Y K H S L
Decimal 229 48 11 0 0.79 0.95 0.10 10.18 0.91 0.47
Hex E5 30 B 0 4F 5F A A 5B 2F
Octal 345 60 13 0 117 137 12 12 133 57
Binary 11100101 110000 1011 0 1001111 1011111 1010 1010 1011011 101111

Color Harmonies of #E5300B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5300B

Black with #E5300B

Text Example


Text Example

White with #E5300B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5300B; }

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

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

background-color css

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

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

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

border-color css

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

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

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