Html Css Color HEX #E31D1A Harley Davidson Orange

📋 copy color: '#E31D1A'

red 227 ◦ green 29 ◦ blue 26

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

Shades of Harley Davidson Orange #E31D1A

Tints of Harley Davidson Orange #E31D1A

RGB

 RED value IS 227 (89.06% from 255) = 80.5%

 GREEN value IS 29 (11.72% from 255) = 10.28%

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

R = 80.5%
G = 10.28%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E31D1A (or 0xE31D1A) is known color: Harley Davidson Orange. HEX triplet: E3, 1D and 1A. RGB value is (227,29,26). Sum of RGB (Red+Green+Blue) = 227+29+26=282 (37% of max value = 765). Red value is 227 (89.06% from 255 or 80.50% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 227 - color contains mainly: red. Hex color #E31D1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E31D1A is #1CE2E5. Grayscale: #585858. Windows color (decimal): -1893094 or 1711587. OLE color: 1711587.

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

Color convert

RGB 227 29 26 -
CMYK 0 0.87 0.89 0.11
HSL 0.9º 0.79% 0.5% -
HSV(B) 0.9º 0.89% 0.89% -
XYZ 32.3 17.28 2.61 -
YUV 87.86 93.1 227.24 -
System Red Green Blue C M Y K H S L
Decimal 227 29 26 0 0.87 0.89 0.11 0.9 0.79 0.5
Hex E3 1D 1A 0 57 59 B 1 4F 32
Octal 343 35 32 0 127 131 13 1 117 62
Binary 11100011 11101 11010 0 1010111 1011001 1011 1 1001111 110010

Color Harmonies of #E31D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31D1A

Black with #E31D1A

Text Example


Text Example

White with #E31D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31D1A; }

 p { color: rgb(227,29,26); }

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

background-color css

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

 a { background-color: rgb(227,29,26); }

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

border-color css

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

 span { border-color: rgb(227,29,26); }

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