Html Css Color HEX #E14310 Harley Davidson Orange

📋 copy color: '#E14310'

red 225 ◦ green 67 ◦ blue 16

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

Shades of Harley Davidson Orange #E14310

Tints of Harley Davidson Orange #E14310

RGB

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

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

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

R = 73.05%
G = 21.75%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E14310 (or 0xE14310) is known color: Harley Davidson Orange. HEX triplet: E1, 43 and 10. RGB value is (225,67,16). Sum of RGB (Red+Green+Blue) = 225+67+16=308 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.05% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 225 - color contains mainly: red. Hex color #E14310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14310 is #1EBCEF. Grayscale: #6C6C6C. Windows color (decimal): -2014448 or 1065953. OLE color: 1065953.

HSL color Cylindrical-coordinate representation of color #E14310: hue angle of 14.64º 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 #E14310 is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 67 16 -
CMYK 0 0.70 0.93 0.12
HSL 14.64º 0.87% 0.47% -
HSV(B) 14.64º 0.93% 0.88% -
XYZ 33.15 20.06 2.61 -
YUV 108.43 75.85 211.15 -
System Red Green Blue C M Y K H S L
Decimal 225 67 16 0 0.70 0.93 0.12 14.64 0.87 0.47
Hex E1 43 10 0 46 5D C F 57 2F
Octal 341 103 20 0 106 135 14 17 127 57
Binary 11100001 1000011 10000 0 1000110 1011101 1100 1111 1010111 101111

Color Harmonies of #E14310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14310

Black with #E14310

Text Example


Text Example

White with #E14310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14310; }

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

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

background-color css

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

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

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

border-color css

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

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

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