Html Css Color HEX #E1250F Harley Davidson Orange

📋 copy color: '#E1250F'

red 225 ◦ green 37 ◦ blue 15

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

Shades of Harley Davidson Orange #E1250F

Tints of Harley Davidson Orange #E1250F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.36%

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

R = 81.23%
G = 13.36%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E1250F (or 0xE1250F) is known color: Harley Davidson Orange. HEX triplet: E1, 25 and 0F. RGB value is (225,37,15). Sum of RGB (Red+Green+Blue) = 225+37+15=277 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.23% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 225 - color contains mainly: red. Hex color #E1250F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1250F is #1EDAF0. Grayscale: #5A5A5A. Windows color (decimal): -2022129 or 992737. OLE color: 992737.

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

Color convert

RGB 225 37 15 -
CMYK 0 0.84 0.93 0.12
HSL 6.29º 0.88% 0.47% -
HSV(B) 6.29º 0.93% 0.88% -
XYZ 31.8 17.37 2.13 -
YUV 90.7 85.28 223.79 -
System Red Green Blue C M Y K H S L
Decimal 225 37 15 0 0.84 0.93 0.12 6.29 0.88 0.47
Hex E1 25 F 0 54 5D C 6 58 2F
Octal 341 45 17 0 124 135 14 6 130 57
Binary 11100001 100101 1111 0 1010100 1011101 1100 110 1011000 101111

Color Harmonies of #E1250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1250F

Black with #E1250F

Text Example


Text Example

White with #E1250F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1250F; }

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

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

background-color css

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

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

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

border-color css

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

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

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