Html Css Color HEX #E1340A Harley Davidson Orange

📋 copy color: '#E1340A'

red 225 ◦ green 52 ◦ blue 10

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

Shades of Harley Davidson Orange #E1340A

Tints of Harley Davidson Orange #E1340A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.12%

 BLUE value IS 10 (4.3% from 255) = 3.48%

R = 78.4%
G = 18.12%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E1340A (or 0xE1340A) is known color: Harley Davidson Orange. HEX triplet: E1, 34 and 0A. RGB value is (225,52,10). Sum of RGB (Red+Green+Blue) = 225+52+10=287 (38% of max value = 765). Red value is 225 (88.28% from 255 or 78.40% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 225 - color contains mainly: red. Hex color #E1340A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1340A is #1ECBF5. Grayscale: #636363. Windows color (decimal): -2018294 or 668897. OLE color: 668897.

HSL color Cylindrical-coordinate representation of color #E1340A: hue angle of 11.72º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1340A is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 52 10 -
CMYK 0 0.77 0.96 0.12
HSL 11.72º 0.91% 0.46% -
HSV(B) 11.72º 0.96% 0.88% -
XYZ 32.33 18.49 2.15 -
YUV 98.94 77.81 217.92 -
System Red Green Blue C M Y K H S L
Decimal 225 52 10 0 0.77 0.96 0.12 11.72 0.91 0.46
Hex E1 34 A 0 4D 60 C C 5B 2E
Octal 341 64 12 0 115 140 14 14 133 56
Binary 11100001 110100 1010 0 1001101 1100000 1100 1100 1011011 101110

Color Harmonies of #E1340A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1340A

Black with #E1340A

Text Example


Text Example

White with #E1340A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1340A; }

 p { color: rgb(225,52,10); }

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

background-color css

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

 a { background-color: rgb(225,52,10); }

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

border-color css

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

 span { border-color: rgb(225,52,10); }

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