Html Css Color HEX #E0330E Harley Davidson Orange

📋 copy color: '#E0330E'

red 224 ◦ green 51 ◦ blue 14

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

Shades of Harley Davidson Orange #E0330E

Tints of Harley Davidson Orange #E0330E

RGB

 RED value IS 224 (87.89% from 255) = 77.51%

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

 BLUE value IS 14 (5.86% from 255) = 4.84%

R = 77.51%
G = 17.65%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E0330E (or 0xE0330E) is known color: Harley Davidson Orange. HEX triplet: E0, 33 and 0E. RGB value is (224,51,14). Sum of RGB (Red+Green+Blue) = 224+51+14=289 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.51% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 224 - color contains mainly: red. Hex color #E0330E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0330E is #1FCCF1. Grayscale: #626262. Windows color (decimal): -2084082 or 930784. OLE color: 930784.

HSL color Cylindrical-coordinate representation of color #E0330E: hue angle of 10.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0330E is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 51 14 -
CMYK 0 0.77 0.94 0.12
HSL 10.57º 0.88% 0.47% -
HSV(B) 10.57º 0.94% 0.88% -
XYZ 32 18.25 2.25 -
YUV 98.51 80.31 217.51 -
System Red Green Blue C M Y K H S L
Decimal 224 51 14 0 0.77 0.94 0.12 10.57 0.88 0.47
Hex E0 33 E 0 4D 5E C B 58 2F
Octal 340 63 16 0 115 136 14 13 130 57
Binary 11100000 110011 1110 0 1001101 1011110 1100 1011 1011000 101111

Color Harmonies of #E0330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0330E

Black with #E0330E

Text Example


Text Example

White with #E0330E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0330E; }

 p { color: rgb(224,51,14); }

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

background-color css

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

 a { background-color: rgb(224,51,14); }

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

border-color css

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

 span { border-color: rgb(224,51,14); }

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