Html Css Color HEX #E8350E Harley Davidson Orange

📋 copy color: '#E8350E'

red 232 ◦ green 53 ◦ blue 14

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

Shades of Harley Davidson Orange #E8350E

Tints of Harley Davidson Orange #E8350E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.73%

 BLUE value IS 14 (5.86% from 255) = 4.68%

R = 77.59%
G = 17.73%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E8350E (or 0xE8350E) is known color: Harley Davidson Orange. HEX triplet: E8, 35 and 0E. RGB value is (232,53,14). Sum of RGB (Red+Green+Blue) = 232+53+14=299 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.59% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 232 - color contains mainly: red. Hex color #E8350E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8350E is #17CAF1. Grayscale: #666666. Windows color (decimal): -1559282 or 931304. OLE color: 931304.

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

Color convert

RGB 232 53 14 -
CMYK 0 0.77 0.94 0.09
HSL 10.73º 0.89% 0.48% -
HSV(B) 10.73º 0.94% 0.91% -
XYZ 34.63 19.73 2.4 -
YUV 102.08 78.3 220.67 -
System Red Green Blue C M Y K H S L
Decimal 232 53 14 0 0.77 0.94 0.09 10.73 0.89 0.48
Hex E8 35 E 0 4D 5E 9 B 59 30
Octal 350 65 16 0 115 136 11 13 131 60
Binary 11101000 110101 1110 0 1001101 1011110 1001 1011 1011001 110000

Color Harmonies of #E8350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8350E

Black with #E8350E

Text Example


Text Example

White with #E8350E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8350E; }

 p { color: rgb(232,53,14); }

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

background-color css

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

 a { background-color: rgb(232,53,14); }

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

border-color css

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

 span { border-color: rgb(232,53,14); }

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