Html Css Color HEX #E72E14 Harley Davidson Orange

📋 copy color: '#E72E14'

red 231 ◦ green 46 ◦ blue 20

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

Shades of Harley Davidson Orange #E72E14

Tints of Harley Davidson Orange #E72E14

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.49%

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

R = 77.78%
G = 15.49%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E72E14 (or 0xE72E14) is known color: Harley Davidson Orange. HEX triplet: E7, 2E and 14. RGB value is (231,46,20). Sum of RGB (Red+Green+Blue) = 231+46+20=297 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77.78% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 231 - color contains mainly: red. Hex color #E72E14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E72E14 is #18D1EB. Grayscale: #626262. Windows color (decimal): -1626604 or 1322727. OLE color: 1322727.

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

Color convert

RGB 231 46 20 -
CMYK 0 0.80 0.91 0.09
HSL 7.39º 0.84% 0.49% -
HSV(B) 7.39º 0.91% 0.91% -
XYZ 34.06 18.99 2.53 -
YUV 98.35 83.79 222.61 -
System Red Green Blue C M Y K H S L
Decimal 231 46 20 0 0.80 0.91 0.09 7.39 0.84 0.49
Hex E7 2E 14 0 50 5B 9 7 54 31
Octal 347 56 24 0 120 133 11 7 124 61
Binary 11100111 101110 10100 0 1010000 1011011 1001 111 1010100 110001

Color Harmonies of #E72E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72E14

Black with #E72E14

Text Example


Text Example

White with #E72E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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