Html Css Color HEX #E1370C Harley Davidson Orange

📋 copy color: '#E1370C'

red 225 ◦ green 55 ◦ blue 12

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

Shades of Harley Davidson Orange #E1370C

Tints of Harley Davidson Orange #E1370C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.84%

 BLUE value IS 12 (5.08% from 255) = 4.11%

R = 77.05%
G = 18.84%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1370C (or 0xE1370C) is known color: Harley Davidson Orange. HEX triplet: E1, 37 and 0C. RGB value is (225,55,12). Sum of RGB (Red+Green+Blue) = 225+55+12=292 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.05% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 225 - color contains mainly: red. Hex color #E1370C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1370C is #1EC8F3. Grayscale: #656565. Windows color (decimal): -2017524 or 800737. OLE color: 800737.

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

Color convert

RGB 225 55 12 -
CMYK 0 0.76 0.95 0.12
HSL 12.11º 0.9% 0.46% -
HSV(B) 12.11º 0.95% 0.88% -
XYZ 32.48 18.77 2.26 -
YUV 100.93 77.82 216.5 -
System Red Green Blue C M Y K H S L
Decimal 225 55 12 0 0.76 0.95 0.12 12.11 0.9 0.46
Hex E1 37 C 0 4C 5F C C 5A 2E
Octal 341 67 14 0 114 137 14 14 132 56
Binary 11100001 110111 1100 0 1001100 1011111 1100 1100 1011010 101110

Color Harmonies of #E1370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1370C

Black with #E1370C

Text Example


Text Example

White with #E1370C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1370C; }

 p { color: rgb(225,55,12); }

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

background-color css

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

 a { background-color: rgb(225,55,12); }

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

border-color css

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

 span { border-color: rgb(225,55,12); }

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