Html Css Color HEX #E1260F Harley Davidson Orange

📋 copy color: '#E1260F'

red 225 ◦ green 38 ◦ blue 15

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

Shades of Harley Davidson Orange #E1260F

Tints of Harley Davidson Orange #E1260F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.67%

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

R = 80.94%
G = 13.67%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E1260F (or 0xE1260F) is known color: Harley Davidson Orange. HEX triplet: E1, 26 and 0F. RGB value is (225,38,15). Sum of RGB (Red+Green+Blue) = 225+38+15=278 (36% of max value = 765). Red value is 225 (88.28% from 255 or 80.94% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 225 - color contains mainly: red. Hex color #E1260F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1260F is #1ED9F0. Grayscale: #5B5B5B. Windows color (decimal): -2021873 or 992993. OLE color: 992993.

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

Color convert

RGB 225 38 15 -
CMYK 0 0.83 0.93 0.12
HSL 6.57º 0.88% 0.47% -
HSV(B) 6.57º 0.93% 0.88% -
XYZ 31.83 17.43 2.14 -
YUV 91.29 84.95 223.37 -
System Red Green Blue C M Y K H S L
Decimal 225 38 15 0 0.83 0.93 0.12 6.57 0.88 0.47
Hex E1 26 F 0 53 5D C 7 58 2F
Octal 341 46 17 0 123 135 14 7 130 57
Binary 11100001 100110 1111 0 1010011 1011101 1100 111 1011000 101111

Color Harmonies of #E1260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1260F

Black with #E1260F

Text Example


Text Example

White with #E1260F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1260F; }

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

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

background-color css

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

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

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

border-color css

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

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

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