Html Css Color HEX #E73414 Harley Davidson Orange

📋 copy color: '#E73414'

red 231 ◦ green 52 ◦ blue 20

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

Shades of Harley Davidson Orange #E73414

Tints of Harley Davidson Orange #E73414

RGB

 RED value IS 231 (90.63% from 255) = 76.24%

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

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

R = 76.24%
G = 17.16%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E73414 (or 0xE73414) is known color: Harley Davidson Orange. HEX triplet: E7, 34 and 14. RGB value is (231,52,20). Sum of RGB (Red+Green+Blue) = 231+52+20=303 (40% of max value = 765). Red value is 231 (90.62% from 255 or 76.24% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 231 - color contains mainly: red. Hex color #E73414 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E73414 is #18CBEB. Grayscale: #666666. Windows color (decimal): -1625068 or 1324263. OLE color: 1324263.

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

Color convert

RGB 231 52 20 -
CMYK 0 0.77 0.91 0.09
HSL 9.1º 0.84% 0.49% -
HSV(B) 9.1º 0.91% 0.91% -
XYZ 34.31 19.5 2.62 -
YUV 101.87 81.8 220.1 -
System Red Green Blue C M Y K H S L
Decimal 231 52 20 0 0.77 0.91 0.09 9.1 0.84 0.49
Hex E7 34 14 0 4D 5B 9 9 54 31
Octal 347 64 24 0 115 133 11 11 124 61
Binary 11100111 110100 10100 0 1001101 1011011 1001 1001 1010100 110001

Color Harmonies of #E73414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73414

Black with #E73414

Text Example


Text Example

White with #E73414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73414; }

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

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

background-color css

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

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

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

border-color css

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

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

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