Html Css Color HEX #E1390F Harley Davidson Orange

📋 copy color: '#E1390F'

red 225 ◦ green 57 ◦ blue 15

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

Shades of Harley Davidson Orange #E1390F

Tints of Harley Davidson Orange #E1390F

RGB

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

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

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

R = 75.76%
G = 19.19%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E1390F (or 0xE1390F) is known color: Harley Davidson Orange. HEX triplet: E1, 39 and 0F. RGB value is (225,57,15). Sum of RGB (Red+Green+Blue) = 225+57+15=297 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.76% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 15 (6.25% from 255 or 5.05% from 297); Max value from RGB is 225 - color contains mainly: red. Hex color #E1390F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1390F is #1EC6F0. Grayscale: #666666. Windows color (decimal): -2017009 or 997857. OLE color: 997857.

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

Color convert

RGB 225 57 15 -
CMYK 0 0.75 0.93 0.12
HSL 12º 0.88% 0.47% -
HSV(B) 12º 0.93% 0.88% -
XYZ 32.6 18.97 2.39 -
YUV 102.44 78.66 215.42 -
System Red Green Blue C M Y K H S L
Decimal 225 57 15 0 0.75 0.93 0.12 12 0.88 0.47
Hex E1 39 F 0 4B 5D C C 58 2F
Octal 341 71 17 0 113 135 14 14 130 57
Binary 11100001 111001 1111 0 1001011 1011101 1100 1100 1011000 101111

Color Harmonies of #E1390F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1390F

Black with #E1390F

Text Example


Text Example

White with #E1390F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1390F; }

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

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

background-color css

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

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

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

border-color css

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

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

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