Html Css Color HEX #E1250E Harley Davidson Orange

📋 copy color: '#E1250E'

red 225 ◦ green 37 ◦ blue 14

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

Shades of Harley Davidson Orange #E1250E

Tints of Harley Davidson Orange #E1250E

RGB

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

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

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

R = 81.52%
G = 13.41%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E1250E (or 0xE1250E) is known color: Harley Davidson Orange. HEX triplet: E1, 25 and 0E. RGB value is (225,37,14). Sum of RGB (Red+Green+Blue) = 225+37+14=276 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.52% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 225 - color contains mainly: red. Hex color #E1250E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1250E is #1EDAF1. Grayscale: #5A5A5A. Windows color (decimal): -2022130 or 927201. OLE color: 927201.

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

Color convert

RGB 225 37 14 -
CMYK 0 0.84 0.94 0.12
HSL 6.54º 0.88% 0.47% -
HSV(B) 6.54º 0.94% 0.88% -
XYZ 31.79 17.36 2.09 -
YUV 90.59 84.78 223.87 -
System Red Green Blue C M Y K H S L
Decimal 225 37 14 0 0.84 0.94 0.12 6.54 0.88 0.47
Hex E1 25 E 0 54 5E C 7 58 2F
Octal 341 45 16 0 124 136 14 7 130 57
Binary 11100001 100101 1110 0 1010100 1011110 1100 111 1011000 101111

Color Harmonies of #E1250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1250E

Black with #E1250E

Text Example


Text Example

White with #E1250E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1250E; }

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

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

background-color css

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

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

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

border-color css

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

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

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