Html Css Color HEX #E5300D Harley Davidson Orange

📋 copy color: '#E5300D'

red 229 ◦ green 48 ◦ blue 13

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

Shades of Harley Davidson Orange #E5300D

Tints of Harley Davidson Orange #E5300D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.48%

R = 78.97%
G = 16.55%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5300D (or 0xE5300D) is known color: Harley Davidson Orange. HEX triplet: E5, 30 and 0D. RGB value is (229,48,13). Sum of RGB (Red+Green+Blue) = 229+48+13=290 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.97% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 229 - color contains mainly: red. Hex color #E5300D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5300D is #1ACFF2. Grayscale: #626262. Windows color (decimal): -1757171 or 864485. OLE color: 864485.

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

Color convert

RGB 229 48 13 -
CMYK 0 0.79 0.94 0.10
HSL 9.72º 0.89% 0.47% -
HSV(B) 9.72º 0.94% 0.9% -
XYZ 33.44 18.8 2.25 -
YUV 98.13 79.97 221.35 -
System Red Green Blue C M Y K H S L
Decimal 229 48 13 0 0.79 0.94 0.10 9.72 0.89 0.47
Hex E5 30 D 0 4F 5E A A 59 2F
Octal 345 60 15 0 117 136 12 12 131 57
Binary 11100101 110000 1101 0 1001111 1011110 1010 1010 1011001 101111

Color Harmonies of #E5300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5300D

Black with #E5300D

Text Example


Text Example

White with #E5300D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5300D; }

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

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

background-color css

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

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

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

border-color css

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

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

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