Html Css Color HEX #E82D1A Harley Davidson Orange

📋 copy color: '#E82D1A'

red 232 ◦ green 45 ◦ blue 26

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

Shades of Harley Davidson Orange #E82D1A

Tints of Harley Davidson Orange #E82D1A

RGB

 RED value IS 232 (91.02% from 255) = 76.57%

 GREEN value IS 45 (17.97% from 255) = 14.85%

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

R = 76.57%
G = 14.85%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#E82D1A (or 0xE82D1A) is known color: Harley Davidson Orange. HEX triplet: E8, 2D and 1A. RGB value is (232,45,26). Sum of RGB (Red+Green+Blue) = 232+45+26=303 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.57% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 232 - color contains mainly: red. Hex color #E82D1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82D1A is #17D2E5. Grayscale: #636363. Windows color (decimal): -1561318 or 1715688. OLE color: 1715688.

HSL color Cylindrical-coordinate representation of color #E82D1A: hue angle of 5.53º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E82D1A is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 45 26 -
CMYK 0 0.81 0.89 0.09
HSL 5.53º 0.82% 0.51% -
HSV(B) 5.53º 0.89% 0.91% -
XYZ 34.4 19.11 2.85 -
YUV 98.75 86.95 223.04 -
System Red Green Blue C M Y K H S L
Decimal 232 45 26 0 0.81 0.89 0.09 5.53 0.82 0.51
Hex E8 2D 1A 0 51 59 9 6 52 33
Octal 350 55 32 0 121 131 11 6 122 63
Binary 11101000 101101 11010 0 1010001 1011001 1001 110 1010010 110011

Color Harmonies of #E82D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82D1A

Black with #E82D1A

Text Example


Text Example

White with #E82D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82D1A; }

 p { color: rgb(232,45,26); }

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

background-color css

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

 a { background-color: rgb(232,45,26); }

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

border-color css

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

 span { border-color: rgb(232,45,26); }

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