Html Css Color HEX #E62E1A Harley Davidson Orange

📋 copy color: '#E62E1A'

red 230 ◦ green 46 ◦ blue 26

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

Shades of Harley Davidson Orange #E62E1A

Tints of Harley Davidson Orange #E62E1A

RGB

 RED value IS 230 (90.23% from 255) = 76.16%

 GREEN value IS 46 (18.36% from 255) = 15.23%

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

R = 76.16%
G = 15.23%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E62E1A (or 0xE62E1A) is known color: Harley Davidson Orange. HEX triplet: E6, 2E and 1A. RGB value is (230,46,26). Sum of RGB (Red+Green+Blue) = 230+46+26=302 (40% of max value = 765). Red value is 230 (90.23% from 255 or 76.16% from 302); Green value is 46 (18.36% from 255 or 15.23% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 230 - color contains mainly: red. Hex color #E62E1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62E1A is #19D1E5. Grayscale: #636363. Windows color (decimal): -1692134 or 1715942. OLE color: 1715942.

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

Color convert

RGB 230 46 26 -
CMYK 0 0.8 0.89 0.10
HSL 5.88º 0.8% 0.5% -
HSV(B) 5.88º 0.89% 0.9% -
XYZ 33.8 18.85 2.83 -
YUV 98.74 86.96 221.63 -
System Red Green Blue C M Y K H S L
Decimal 230 46 26 0 0.8 0.89 0.10 5.88 0.8 0.5
Hex E6 2E 1A 0 50 59 A 6 50 32
Octal 346 56 32 0 120 131 12 6 120 62
Binary 11100110 101110 11010 0 1010000 1011001 1010 110 1010000 110010

Color Harmonies of #E62E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62E1A

Black with #E62E1A

Text Example


Text Example

White with #E62E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62E1A; }

 p { color: rgb(230,46,26); }

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

background-color css

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

 a { background-color: rgb(230,46,26); }

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

border-color css

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

 span { border-color: rgb(230,46,26); }

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