Html Css Color HEX #E14210 Harley Davidson Orange

📋 copy color: '#E14210'

red 225 ◦ green 66 ◦ blue 16

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

Shades of Harley Davidson Orange #E14210

Tints of Harley Davidson Orange #E14210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.21%

R = 73.29%
G = 21.5%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E14210 (or 0xE14210) is known color: Harley Davidson Orange. HEX triplet: E1, 42 and 10. RGB value is (225,66,16). Sum of RGB (Red+Green+Blue) = 225+66+16=307 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.29% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 225 - color contains mainly: red. Hex color #E14210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14210 is #1EBDEF. Grayscale: #6C6C6C. Windows color (decimal): -2014704 or 1065697. OLE color: 1065697.

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

Color convert

RGB 225 66 16 -
CMYK 0 0.71 0.93 0.12
HSL 14.35º 0.87% 0.47% -
HSV(B) 14.35º 0.93% 0.88% -
XYZ 33.09 19.94 2.6 -
YUV 107.84 76.18 211.57 -
System Red Green Blue C M Y K H S L
Decimal 225 66 16 0 0.71 0.93 0.12 14.35 0.87 0.47
Hex E1 42 10 0 47 5D C E 57 2F
Octal 341 102 20 0 107 135 14 16 127 57
Binary 11100001 1000010 10000 0 1000111 1011101 1100 1110 1010111 101111

Color Harmonies of #E14210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14210

Black with #E14210

Text Example


Text Example

White with #E14210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14210; }

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

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

background-color css

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

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

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

border-color css

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

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

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