Html Css Color HEX #E1390B Harley Davidson Orange

📋 copy color: '#E1390B'

red 225 ◦ green 57 ◦ blue 11

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

Shades of Harley Davidson Orange #E1390B

Tints of Harley Davidson Orange #E1390B

RGB

 RED value IS 225 (88.28% from 255) = 76.79%

 GREEN value IS 57 (22.66% from 255) = 19.45%

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

R = 76.79%
G = 19.45%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1390B (or 0xE1390B) is known color: Harley Davidson Orange. HEX triplet: E1, 39 and 0B. RGB value is (225,57,11). Sum of RGB (Red+Green+Blue) = 225+57+11=293 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.79% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 11 (4.69% from 255 or 3.75% from 293); Max value from RGB is 225 - color contains mainly: red. Hex color #E1390B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1390B is #1EC6F4. Grayscale: #666666. Windows color (decimal): -2017013 or 735713. OLE color: 735713.

HSL color Cylindrical-coordinate representation of color #E1390B: hue angle of 12.9º 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 #E1390B is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 57 11 -
CMYK 0 0.75 0.95 0.12
HSL 12.9º 0.91% 0.46% -
HSV(B) 12.9º 0.95% 0.88% -
XYZ 32.57 18.96 2.26 -
YUV 101.99 76.66 215.74 -
System Red Green Blue C M Y K H S L
Decimal 225 57 11 0 0.75 0.95 0.12 12.9 0.91 0.46
Hex E1 39 B 0 4B 5F C D 5B 2E
Octal 341 71 13 0 113 137 14 15 133 56
Binary 11100001 111001 1011 0 1001011 1011111 1100 1101 1011011 101110

Color Harmonies of #E1390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1390B

Black with #E1390B

Text Example


Text Example

White with #E1390B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1390B; }

 p { color: rgb(225,57,11); }

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

background-color css

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

 a { background-color: rgb(225,57,11); }

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

border-color css

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

 span { border-color: rgb(225,57,11); }

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