Html Css Color HEX #E04312 Harley Davidson Orange

📋 copy color: '#E04312'

red 224 ◦ green 67 ◦ blue 18

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

Shades of Harley Davidson Orange #E04312

Tints of Harley Davidson Orange #E04312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.83%

R = 72.49%
G = 21.68%
B = 5.83%

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

#E04312 (or 0xE04312) is known color: Harley Davidson Orange. HEX triplet: E0, 43 and 12. RGB value is (224,67,18). Sum of RGB (Red+Green+Blue) = 224+67+18=309 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.49% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 224 - color contains mainly: red. Hex color #E04312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04312 is #1FBCED. Grayscale: #6C6C6C. Windows color (decimal): -2079982 or 1197024. OLE color: 1197024.

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

Color convert

RGB 224 67 18 -
CMYK 0 0.70 0.92 0.12
HSL 14.27º 0.85% 0.47% -
HSV(B) 14.27º 0.92% 0.88% -
XYZ 32.86 19.91 2.68 -
YUV 108.36 77.01 210.48 -
System Red Green Blue C M Y K H S L
Decimal 224 67 18 0 0.70 0.92 0.12 14.27 0.85 0.47
Hex E0 43 12 0 46 5C C E 55 2F
Octal 340 103 22 0 106 134 14 16 125 57
Binary 11100000 1000011 10010 0 1000110 1011100 1100 1110 1010101 101111

Color Harmonies of #E04312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04312

Black with #E04312

Text Example


Text Example

White with #E04312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04312; }

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

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

background-color css

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

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

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

border-color css

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

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

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