Html Css Color HEX #E4310E Harley Davidson Orange

📋 copy color: '#E4310E'

red 228 ◦ green 49 ◦ blue 14

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

Shades of Harley Davidson Orange #E4310E

Tints of Harley Davidson Orange #E4310E

RGB

 RED value IS 228 (89.45% from 255) = 78.35%

 GREEN value IS 49 (19.53% from 255) = 16.84%

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

R = 78.35%
G = 16.84%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E4310E (or 0xE4310E) is known color: Harley Davidson Orange. HEX triplet: E4, 31 and 0E. RGB value is (228,49,14). Sum of RGB (Red+Green+Blue) = 228+49+14=291 (38% of max value = 765). Red value is 228 (89.45% from 255 or 78.35% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 228 - color contains mainly: red. Hex color #E4310E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E4310E is #1BCEF1. Grayscale: #626262. Windows color (decimal): -1822450 or 930276. OLE color: 930276.

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

Color convert

RGB 228 49 14 -
CMYK 0 0.79 0.94 0.11
HSL 9.81º 0.88% 0.47% -
HSV(B) 9.81º 0.94% 0.89% -
XYZ 33.17 18.72 2.28 -
YUV 98.53 80.3 220.35 -
System Red Green Blue C M Y K H S L
Decimal 228 49 14 0 0.79 0.94 0.11 9.81 0.88 0.47
Hex E4 31 E 0 4F 5E B A 58 2F
Octal 344 61 16 0 117 136 13 12 130 57
Binary 11100100 110001 1110 0 1001111 1011110 1011 1010 1011000 101111

Color Harmonies of #E4310E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4310E

Black with #E4310E

Text Example


Text Example

White with #E4310E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4310E; }

 p { color: rgb(228,49,14); }

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

background-color css

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

 a { background-color: rgb(228,49,14); }

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

border-color css

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

 span { border-color: rgb(228,49,14); }

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