Html Css Color HEX #E04313 Harley Davidson Orange

📋 copy color: '#E04313'

red 224 ◦ green 67 ◦ blue 19

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

Shades of Harley Davidson Orange #E04313

Tints of Harley Davidson Orange #E04313

RGB

 RED value IS 224 (87.89% from 255) = 72.26%

 GREEN value IS 67 (26.56% from 255) = 21.61%

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

R = 72.26%
G = 21.61%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E04313 (or 0xE04313) is known color: Harley Davidson Orange. HEX triplet: E0, 43 and 13. RGB value is (224,67,19). Sum of RGB (Red+Green+Blue) = 224+67+19=310 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.26% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 224 - color contains mainly: red. Hex color #E04313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04313 is #1FBCEC. Grayscale: #6C6C6C. Windows color (decimal): -2079981 or 1262560. OLE color: 1262560.

HSL color Cylindrical-coordinate representation of color #E04313: hue angle of 14.05º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E04313 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 67 19 -
CMYK 0 0.70 0.92 0.12
HSL 14.05º 0.84% 0.48% -
HSV(B) 14.05º 0.92% 0.88% -
XYZ 32.87 19.91 2.73 -
YUV 108.47 77.51 210.4 -
System Red Green Blue C M Y K H S L
Decimal 224 67 19 0 0.70 0.92 0.12 14.05 0.84 0.48
Hex E0 43 13 0 46 5C C E 54 30
Octal 340 103 23 0 106 134 14 16 124 60
Binary 11100000 1000011 10011 0 1000110 1011100 1100 1110 1010100 110000

Color Harmonies of #E04313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04313

Black with #E04313

Text Example


Text Example

White with #E04313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04313; }

 p { color: rgb(224,67,19); }

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

background-color css

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

 a { background-color: rgb(224,67,19); }

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

border-color css

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

 span { border-color: rgb(224,67,19); }

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