Html Css Color HEX #E1271A Harley Davidson Orange

📋 copy color: '#E1271A'

red 225 ◦ green 39 ◦ blue 26

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

Shades of Harley Davidson Orange #E1271A

Tints of Harley Davidson Orange #E1271A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.45%

 BLUE value IS 26 (10.55% from 255) = 8.97%

R = 77.59%
G = 13.45%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E1271A (or 0xE1271A) is known color: Harley Davidson Orange. HEX triplet: E1, 27 and 1A. RGB value is (225,39,26). Sum of RGB (Red+Green+Blue) = 225+39+26=290 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.59% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 225 - color contains mainly: red. Hex color #E1271A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1271A is #1ED8E5. Grayscale: #5D5D5D. Windows color (decimal): -2021606 or 1714145. OLE color: 1714145.

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

Color convert

RGB 225 39 26 -
CMYK 0 0.83 0.88 0.12
HSL 3.92º 0.79% 0.49% -
HSV(B) 3.92º 0.88% 0.88% -
XYZ 31.96 17.53 2.68 -
YUV 93.13 90.12 222.06 -
System Red Green Blue C M Y K H S L
Decimal 225 39 26 0 0.83 0.88 0.12 3.92 0.79 0.49
Hex E1 27 1A 0 53 58 C 4 4F 31
Octal 341 47 32 0 123 130 14 4 117 61
Binary 11100001 100111 11010 0 1010011 1011000 1100 100 1001111 110001

Color Harmonies of #E1271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1271A

Black with #E1271A

Text Example


Text Example

White with #E1271A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1271A; }

 p { color: rgb(225,39,26); }

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

background-color css

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

 a { background-color: rgb(225,39,26); }

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

border-color css

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

 span { border-color: rgb(225,39,26); }

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