Html Css Color HEX #E72D13 Harley Davidson Orange

📋 copy color: '#E72D13'

red 231 ◦ green 45 ◦ blue 19

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

Shades of Harley Davidson Orange #E72D13

Tints of Harley Davidson Orange #E72D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.44%

R = 78.31%
G = 15.25%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E72D13 (or 0xE72D13) is known color: Harley Davidson Orange. HEX triplet: E7, 2D and 13. RGB value is (231,45,19). Sum of RGB (Red+Green+Blue) = 231+45+19=295 (39% of max value = 765). Red value is 231 (90.62% from 255 or 78.31% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 231 - color contains mainly: red. Hex color #E72D13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E72D13 is #18D2EC. Grayscale: #616161. Windows color (decimal): -1626861 or 1256935. OLE color: 1256935.

HSL color Cylindrical-coordinate representation of color #E72D13: hue angle of 7.36º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E72D13 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 45 19 -
CMYK 0 0.81 0.92 0.09
HSL 7.36º 0.85% 0.49% -
HSV(B) 7.36º 0.92% 0.91% -
XYZ 34.01 18.91 2.47 -
YUV 97.65 83.62 223.11 -
System Red Green Blue C M Y K H S L
Decimal 231 45 19 0 0.81 0.92 0.09 7.36 0.85 0.49
Hex E7 2D 13 0 51 5C 9 7 55 31
Octal 347 55 23 0 121 134 11 7 125 61
Binary 11100111 101101 10011 0 1010001 1011100 1001 111 1010101 110001

Color Harmonies of #E72D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72D13

Black with #E72D13

Text Example


Text Example

White with #E72D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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