Html Css Color HEX #E5330D Harley Davidson Orange

📋 copy color: '#E5330D'

red 229 ◦ green 51 ◦ blue 13

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

Shades of Harley Davidson Orange #E5330D

Tints of Harley Davidson Orange #E5330D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.41%

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

R = 78.16%
G = 17.41%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5330D (or 0xE5330D) is known color: Harley Davidson Orange. HEX triplet: E5, 33 and 0D. RGB value is (229,51,13). Sum of RGB (Red+Green+Blue) = 229+51+13=293 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.16% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 13 (5.47% from 255 or 4.44% from 293); Max value from RGB is 229 - color contains mainly: red. Hex color #E5330D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5330D is #1ACCF2. Grayscale: #646464. Windows color (decimal): -1756403 or 865253. OLE color: 865253.

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

Color convert

RGB 229 51 13 -
CMYK 0 0.78 0.94 0.10
HSL 10.56º 0.89% 0.47% -
HSV(B) 10.56º 0.94% 0.9% -
XYZ 33.57 19.05 2.29 -
YUV 99.89 78.97 220.09 -
System Red Green Blue C M Y K H S L
Decimal 229 51 13 0 0.78 0.94 0.10 10.56 0.89 0.47
Hex E5 33 D 0 4E 5E A B 59 2F
Octal 345 63 15 0 116 136 12 13 131 57
Binary 11100101 110011 1101 0 1001110 1011110 1010 1011 1011001 101111

Color Harmonies of #E5330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5330D

Black with #E5330D

Text Example


Text Example

White with #E5330D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5330D; }

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

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

background-color css

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

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

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

border-color css

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

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

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