Html Css Color HEX #E3400F Harley Davidson Orange

📋 copy color: '#E3400F'

red 227 ◦ green 64 ◦ blue 15

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

Shades of Harley Davidson Orange #E3400F

Tints of Harley Davidson Orange #E3400F

RGB

 RED value IS 227 (89.06% from 255) = 74.18%

 GREEN value IS 64 (25.39% from 255) = 20.92%

 BLUE value IS 15 (6.25% from 255) = 4.9%

R = 74.18%
G = 20.92%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E3400F (or 0xE3400F) is known color: Harley Davidson Orange. HEX triplet: E3, 40 and 0F. RGB value is (227,64,15). Sum of RGB (Red+Green+Blue) = 227+64+15=306 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.18% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 227 - color contains mainly: red. Hex color #E3400F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3400F is #1CBFF0. Grayscale: #6B6B6B. Windows color (decimal): -1884145 or 999651. OLE color: 999651.

HSL color Cylindrical-coordinate representation of color #E3400F: hue angle of 13.87º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E3400F is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 64 15 -
CMYK 0 0.72 0.93 0.11
HSL 13.87º 0.88% 0.47% -
HSV(B) 13.87º 0.93% 0.89% -
XYZ 33.6 20.03 2.55 -
YUV 107.15 76 213.48 -
System Red Green Blue C M Y K H S L
Decimal 227 64 15 0 0.72 0.93 0.11 13.87 0.88 0.47
Hex E3 40 F 0 48 5D B E 58 2F
Octal 343 100 17 0 110 135 13 16 130 57
Binary 11100011 1000000 1111 0 1001000 1011101 1011 1110 1011000 101111

Color Harmonies of #E3400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3400F

Black with #E3400F

Text Example


Text Example

White with #E3400F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3400F; }

 p { color: rgb(227,64,15); }

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

background-color css

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

 a { background-color: rgb(227,64,15); }

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

border-color css

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

 span { border-color: rgb(227,64,15); }

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