Html Css Color HEX #E34015 Harley Davidson Orange

📋 copy color: '#E34015'

red 227 ◦ green 64 ◦ blue 21

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

Shades of Harley Davidson Orange #E34015

Tints of Harley Davidson Orange #E34015

RGB

 RED value IS 227 (89.06% from 255) = 72.76%

 GREEN value IS 64 (25.39% from 255) = 20.51%

 BLUE value IS 21 (8.59% from 255) = 6.73%

R = 72.76%
G = 20.51%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E34015 (or 0xE34015) is known color: Harley Davidson Orange. HEX triplet: E3, 40 and 15. RGB value is (227,64,21). Sum of RGB (Red+Green+Blue) = 227+64+21=312 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.76% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 227 - color contains mainly: red. Hex color #E34015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34015 is #1CBFEA. Grayscale: #6C6C6C. Windows color (decimal): -1884139 or 1392867. OLE color: 1392867.

HSL color Cylindrical-coordinate representation of color #E34015: hue angle of 12.52º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E34015 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 64 21 -
CMYK 0 0.72 0.91 0.11
HSL 12.52º 0.83% 0.49% -
HSV(B) 12.52º 0.91% 0.89% -
XYZ 33.65 20.05 2.81 -
YUV 107.84 79 213 -
System Red Green Blue C M Y K H S L
Decimal 227 64 21 0 0.72 0.91 0.11 12.52 0.83 0.49
Hex E3 40 15 0 48 5B B D 53 31
Octal 343 100 25 0 110 133 13 15 123 61
Binary 11100011 1000000 10101 0 1001000 1011011 1011 1101 1010011 110001

Color Harmonies of #E34015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34015

Black with #E34015

Text Example


Text Example

White with #E34015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34015; }

 p { color: rgb(227,64,21); }

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

background-color css

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

 a { background-color: rgb(227,64,21); }

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

border-color css

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

 span { border-color: rgb(227,64,21); }

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