Html Css Color HEX #E44015 Harley Davidson Orange

📋 copy color: '#E44015'

red 228 ◦ green 64 ◦ blue 21

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

Shades of Harley Davidson Orange #E44015

Tints of Harley Davidson Orange #E44015

RGB

 RED value IS 228 (89.45% from 255) = 72.84%

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

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

R = 72.84%
G = 20.45%
B = 6.71%

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

#E44015 (or 0xE44015) is known color: Harley Davidson Orange. HEX triplet: E4, 40 and 15. RGB value is (228,64,21). Sum of RGB (Red+Green+Blue) = 228+64+21=313 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.84% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 228 - color contains mainly: red. Hex color #E44015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E44015 is #1BBFEA. Grayscale: #6C6C6C. Windows color (decimal): -1818603 or 1392868. OLE color: 1392868.

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

Color convert

RGB 228 64 21 -
CMYK 0 0.72 0.91 0.11
HSL 12.46º 0.83% 0.49% -
HSV(B) 12.46º 0.91% 0.89% -
XYZ 33.96 20.21 2.82 -
YUV 108.13 78.83 213.5 -
System Red Green Blue C M Y K H S L
Decimal 228 64 21 0 0.72 0.91 0.11 12.46 0.83 0.49
Hex E4 40 15 0 48 5B B C 53 31
Octal 344 100 25 0 110 133 13 14 123 61
Binary 11100100 1000000 10101 0 1001000 1011011 1011 1100 1010011 110001

Color Harmonies of #E44015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44015

Black with #E44015

Text Example


Text Example

White with #E44015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44015; }

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

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

background-color css

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

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

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

border-color css

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

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

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