Html Css Color HEX #E83414 Harley Davidson Orange

📋 copy color: '#E83414'

red 232 ◦ green 52 ◦ blue 20

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

Shades of Harley Davidson Orange #E83414

Tints of Harley Davidson Orange #E83414

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.11%

 BLUE value IS 20 (8.2% from 255) = 6.58%

R = 76.32%
G = 17.11%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E83414 (or 0xE83414) is known color: Harley Davidson Orange. HEX triplet: E8, 34 and 14. RGB value is (232,52,20). Sum of RGB (Red+Green+Blue) = 232+52+20=304 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.32% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 232 - color contains mainly: red. Hex color #E83414 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E83414 is #17CBEB. Grayscale: #666666. Windows color (decimal): -1559532 or 1324264. OLE color: 1324264.

HSL color Cylindrical-coordinate representation of color #E83414: hue angle of 9.06º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E83414 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 52 20 -
CMYK 0 0.78 0.91 0.09
HSL 9.06º 0.84% 0.49% -
HSV(B) 9.06º 0.91% 0.91% -
XYZ 34.63 19.66 2.63 -
YUV 102.17 81.63 220.6 -
System Red Green Blue C M Y K H S L
Decimal 232 52 20 0 0.78 0.91 0.09 9.06 0.84 0.49
Hex E8 34 14 0 4E 5B 9 9 54 31
Octal 350 64 24 0 116 133 11 11 124 61
Binary 11101000 110100 10100 0 1001110 1011011 1001 1001 1010100 110001

Color Harmonies of #E83414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E83414

Black with #E83414

Text Example


Text Example

White with #E83414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E83414; }

 p { color: rgb(232,52,20); }

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

background-color css

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

 a { background-color: rgb(232,52,20); }

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

border-color css

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

 span { border-color: rgb(232,52,20); }

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