Html Css Color HEX #E1360D Harley Davidson Orange

📋 copy color: '#E1360D'

red 225 ◦ green 54 ◦ blue 13

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

Shades of Harley Davidson Orange #E1360D

Tints of Harley Davidson Orange #E1360D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.49%

 BLUE value IS 13 (5.47% from 255) = 4.45%

R = 77.05%
G = 18.49%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E1360D (or 0xE1360D) is known color: Harley Davidson Orange. HEX triplet: E1, 36 and 0D. RGB value is (225,54,13). Sum of RGB (Red+Green+Blue) = 225+54+13=292 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.05% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 225 - color contains mainly: red. Hex color #E1360D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1360D is #1EC9F2. Grayscale: #646464. Windows color (decimal): -2017779 or 866017. OLE color: 866017.

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

Color convert

RGB 225 54 13 -
CMYK 0 0.76 0.94 0.12
HSL 11.6º 0.89% 0.47% -
HSV(B) 11.6º 0.94% 0.88% -
XYZ 32.44 18.67 2.28 -
YUV 100.46 78.65 216.83 -
System Red Green Blue C M Y K H S L
Decimal 225 54 13 0 0.76 0.94 0.12 11.6 0.89 0.47
Hex E1 36 D 0 4C 5E C C 59 2F
Octal 341 66 15 0 114 136 14 14 131 57
Binary 11100001 110110 1101 0 1001100 1011110 1100 1100 1011001 101111

Color Harmonies of #E1360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1360D

Black with #E1360D

Text Example


Text Example

White with #E1360D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1360D; }

 p { color: rgb(225,54,13); }

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

background-color css

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

 a { background-color: rgb(225,54,13); }

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

border-color css

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

 span { border-color: rgb(225,54,13); }

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