Html Css Color HEX #E2370C Harley Davidson Orange

📋 copy color: '#E2370C'

red 226 ◦ green 55 ◦ blue 12

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

Shades of Harley Davidson Orange #E2370C

Tints of Harley Davidson Orange #E2370C

RGB

 RED value IS 226 (88.67% from 255) = 77.13%

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

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

R = 77.13%
G = 18.77%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E2370C (or 0xE2370C) is known color: Harley Davidson Orange. HEX triplet: E2, 37 and 0C. RGB value is (226,55,12). Sum of RGB (Red+Green+Blue) = 226+55+12=293 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.13% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 226 - color contains mainly: red. Hex color #E2370C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2370C is #1DC8F3. Grayscale: #656565. Windows color (decimal): -1951988 or 800738. OLE color: 800738.

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

Color convert

RGB 226 55 12 -
CMYK 0 0.76 0.95 0.11
HSL 12.06º 0.9% 0.47% -
HSV(B) 12.06º 0.95% 0.89% -
XYZ 32.8 18.93 2.27 -
YUV 101.23 77.65 217 -
System Red Green Blue C M Y K H S L
Decimal 226 55 12 0 0.76 0.95 0.11 12.06 0.9 0.47
Hex E2 37 C 0 4C 5F B C 5A 2F
Octal 342 67 14 0 114 137 13 14 132 57
Binary 11100010 110111 1100 0 1001100 1011111 1011 1100 1011010 101111

Color Harmonies of #E2370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2370C

Black with #E2370C

Text Example


Text Example

White with #E2370C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2370C; }

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

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

background-color css

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

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

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

border-color css

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

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

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