Html Css Color HEX #E2271A Harley Davidson Orange

📋 copy color: '#E2271A'

red 226 ◦ green 39 ◦ blue 26

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

Shades of Harley Davidson Orange #E2271A

Tints of Harley Davidson Orange #E2271A

RGB

 RED value IS 226 (88.67% from 255) = 77.66%

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

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

R = 77.66%
G = 13.4%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E2271A (or 0xE2271A) is known color: Harley Davidson Orange. HEX triplet: E2, 27 and 1A. RGB value is (226,39,26). Sum of RGB (Red+Green+Blue) = 226+39+26=291 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.66% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 226 - color contains mainly: red. Hex color #E2271A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2271A is #1DD8E5. Grayscale: #5D5D5D. Windows color (decimal): -1956070 or 1714146. OLE color: 1714146.

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

Color convert

RGB 226 39 26 -
CMYK 0 0.83 0.88 0.11
HSL 3.9º 0.79% 0.49% -
HSV(B) 3.9º 0.88% 0.89% -
XYZ 32.28 17.69 2.69 -
YUV 93.43 89.95 222.56 -
System Red Green Blue C M Y K H S L
Decimal 226 39 26 0 0.83 0.88 0.11 3.9 0.79 0.49
Hex E2 27 1A 0 53 58 B 4 4F 31
Octal 342 47 32 0 123 130 13 4 117 61
Binary 11100010 100111 11010 0 1010011 1011000 1011 100 1001111 110001

Color Harmonies of #E2271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2271A

Black with #E2271A

Text Example


Text Example

White with #E2271A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2271A; }

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

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

background-color css

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

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

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

border-color css

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

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

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