Html Css Color HEX #E83214 Harley Davidson Orange

📋 copy color: '#E83214'

red 232 ◦ green 50 ◦ blue 20

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

Shades of Harley Davidson Orange #E83214

Tints of Harley Davidson Orange #E83214

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.56%

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

R = 76.82%
G = 16.56%
B = 6.62%

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

#E83214 (or 0xE83214) is known color: Harley Davidson Orange. HEX triplet: E8, 32 and 14. RGB value is (232,50,20). Sum of RGB (Red+Green+Blue) = 232+50+20=302 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.82% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 232 - color contains mainly: red. Hex color #E83214 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E83214 is #17CDEB. Grayscale: #656565. Windows color (decimal): -1560044 or 1323752. OLE color: 1323752.

HSL color Cylindrical-coordinate representation of color #E83214: hue angle of 8.49º 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 #E83214 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 50 20 -
CMYK 0 0.78 0.91 0.09
HSL 8.49º 0.84% 0.49% -
HSV(B) 8.49º 0.91% 0.91% -
XYZ 34.55 19.49 2.6 -
YUV 101 82.3 221.44 -
System Red Green Blue C M Y K H S L
Decimal 232 50 20 0 0.78 0.91 0.09 8.49 0.84 0.49
Hex E8 32 14 0 4E 5B 9 8 54 31
Octal 350 62 24 0 116 133 11 10 124 61
Binary 11101000 110010 10100 0 1001110 1011011 1001 1000 1010100 110001

Color Harmonies of #E83214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E83214

Black with #E83214

Text Example


Text Example

White with #E83214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E83214; }

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

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

background-color css

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

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

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

border-color css

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

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

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