Html Css Color HEX #E14211 Harley Davidson Orange

📋 copy color: '#E14211'

red 225 ◦ green 66 ◦ blue 17

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

Shades of Harley Davidson Orange #E14211

Tints of Harley Davidson Orange #E14211

RGB

 RED value IS 225 (88.28% from 255) = 73.05%

 GREEN value IS 66 (26.17% from 255) = 21.43%

 BLUE value IS 17 (7.03% from 255) = 5.52%

R = 73.05%
G = 21.43%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E14211 (or 0xE14211) is known color: Harley Davidson Orange. HEX triplet: E1, 42 and 11. RGB value is (225,66,17). Sum of RGB (Red+Green+Blue) = 225+66+17=308 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.05% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 225 - color contains mainly: red. Hex color #E14211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14211 is #1EBDEE. Grayscale: #6C6C6C. Windows color (decimal): -2014703 or 1131233. OLE color: 1131233.

HSL color Cylindrical-coordinate representation of color #E14211: hue angle of 14.13º degrees, saturation: 0.86, 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 #E14211 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 66 17 -
CMYK 0 0.71 0.92 0.12
HSL 14.13º 0.86% 0.47% -
HSV(B) 14.13º 0.92% 0.88% -
XYZ 33.1 19.94 2.64 -
YUV 107.96 76.68 211.48 -
System Red Green Blue C M Y K H S L
Decimal 225 66 17 0 0.71 0.92 0.12 14.13 0.86 0.47
Hex E1 42 11 0 47 5C C E 56 2F
Octal 341 102 21 0 107 134 14 16 126 57
Binary 11100001 1000010 10001 0 1000111 1011100 1100 1110 1010110 101111

Color Harmonies of #E14211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14211

Black with #E14211

Text Example


Text Example

White with #E14211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14211; }

 p { color: rgb(225,66,17); }

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

background-color css

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

 a { background-color: rgb(225,66,17); }

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

border-color css

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

 span { border-color: rgb(225,66,17); }

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