Html Css Color HEX #E44316 Harley Davidson Orange

📋 copy color: '#E44316'

red 228 ◦ green 67 ◦ blue 22

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

Shades of Harley Davidson Orange #E44316

Tints of Harley Davidson Orange #E44316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.94%

R = 71.92%
G = 21.14%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E44316 (or 0xE44316) is known color: Harley Davidson Orange. HEX triplet: E4, 43 and 16. RGB value is (228,67,22). Sum of RGB (Red+Green+Blue) = 228+67+22=317 (41% of max value = 765). Red value is 228 (89.45% from 255 or 71.92% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 228 - color contains mainly: red. Hex color #E44316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E44316 is #1BBCE9. Grayscale: #6E6E6E. Windows color (decimal): -1817834 or 1459172. OLE color: 1459172.

HSL color Cylindrical-coordinate representation of color #E44316: hue angle of 13.11º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E44316 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 67 22 -
CMYK 0 0.71 0.90 0.11
HSL 13.11º 0.82% 0.49% -
HSV(B) 13.11º 0.9% 0.89% -
XYZ 34.15 20.57 2.93 -
YUV 110.01 78.34 212.16 -
System Red Green Blue C M Y K H S L
Decimal 228 67 22 0 0.71 0.90 0.11 13.11 0.82 0.49
Hex E4 43 16 0 47 5A B D 52 31
Octal 344 103 26 0 107 132 13 15 122 61
Binary 11100100 1000011 10110 0 1000111 1011010 1011 1101 1010010 110001

Color Harmonies of #E44316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44316

Black with #E44316

Text Example


Text Example

White with #E44316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44316; }

 p { color: rgb(228,67,22); }

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

background-color css

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

 a { background-color: rgb(228,67,22); }

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

border-color css

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

 span { border-color: rgb(228,67,22); }

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