Html Css Color HEX #E72D14 Harley Davidson Orange

📋 copy color: '#E72D14'

red 231 ◦ green 45 ◦ blue 20

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

Shades of Harley Davidson Orange #E72D14

Tints of Harley Davidson Orange #E72D14

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.2%

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

R = 78.04%
G = 15.2%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E72D14 (or 0xE72D14) is known color: Harley Davidson Orange. HEX triplet: E7, 2D and 14. RGB value is (231,45,20). Sum of RGB (Red+Green+Blue) = 231+45+20=296 (39% of max value = 765). Red value is 231 (90.62% from 255 or 78.04% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 231 - color contains mainly: red. Hex color #E72D14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E72D14 is #18D2EB. Grayscale: #626262. Windows color (decimal): -1626860 or 1322471. OLE color: 1322471.

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

Color convert

RGB 231 45 20 -
CMYK 0 0.81 0.91 0.09
HSL 7.11º 0.84% 0.49% -
HSV(B) 7.11º 0.91% 0.91% -
XYZ 34.02 18.92 2.52 -
YUV 97.76 84.12 223.03 -
System Red Green Blue C M Y K H S L
Decimal 231 45 20 0 0.81 0.91 0.09 7.11 0.84 0.49
Hex E7 2D 14 0 51 5B 9 7 54 31
Octal 347 55 24 0 121 133 11 7 124 61
Binary 11100111 101101 10100 0 1010001 1011011 1001 111 1010100 110001

Color Harmonies of #E72D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72D14

Black with #E72D14

Text Example


Text Example

White with #E72D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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