Html Css Color HEX #E0340B Harley Davidson Orange

📋 copy color: '#E0340B'

red 224 ◦ green 52 ◦ blue 11

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

Shades of Harley Davidson Orange #E0340B

Tints of Harley Davidson Orange #E0340B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.12%

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

R = 78.05%
G = 18.12%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0340B (or 0xE0340B) is known color: Harley Davidson Orange. HEX triplet: E0, 34 and 0B. RGB value is (224,52,11). Sum of RGB (Red+Green+Blue) = 224+52+11=287 (38% of max value = 765). Red value is 224 (87.89% from 255 or 78.05% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 224 - color contains mainly: red. Hex color #E0340B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0340B is #1FCBF4. Grayscale: #636363. Windows color (decimal): -2083829 or 734432. OLE color: 734432.

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

Color convert

RGB 224 52 11 -
CMYK 0 0.77 0.95 0.12
HSL 11.55º 0.91% 0.46% -
HSV(B) 11.55º 0.95% 0.88% -
XYZ 32.03 18.33 2.17 -
YUV 98.75 78.48 217.33 -
System Red Green Blue C M Y K H S L
Decimal 224 52 11 0 0.77 0.95 0.12 11.55 0.91 0.46
Hex E0 34 B 0 4D 5F C C 5B 2E
Octal 340 64 13 0 115 137 14 14 133 56
Binary 11100000 110100 1011 0 1001101 1011111 1100 1100 1011011 101110

Color Harmonies of #E0340B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0340B

Black with #E0340B

Text Example


Text Example

White with #E0340B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0340B; }

 p { color: rgb(224,52,11); }

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

background-color css

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

 a { background-color: rgb(224,52,11); }

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

border-color css

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

 span { border-color: rgb(224,52,11); }

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