Html Css Color HEX #E2360C Harley Davidson Orange

📋 copy color: '#E2360C'

red 226 ◦ green 54 ◦ blue 12

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

Shades of Harley Davidson Orange #E2360C

Tints of Harley Davidson Orange #E2360C

RGB

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

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

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

R = 77.4%
G = 18.49%
B = 4.11%

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

#E2360C (or 0xE2360C) is known color: Harley Davidson Orange. HEX triplet: E2, 36 and 0C. RGB value is (226,54,12). Sum of RGB (Red+Green+Blue) = 226+54+12=292 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.40% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 226 - color contains mainly: red. Hex color #E2360C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2360C is #1DC9F3. Grayscale: #646464. Windows color (decimal): -1952244 or 800482. OLE color: 800482.

HSL color Cylindrical-coordinate representation of color #E2360C: hue angle of 11.78º 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 #E2360C is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 54 12 -
CMYK 0 0.76 0.95 0.11
HSL 11.78º 0.9% 0.47% -
HSV(B) 11.78º 0.95% 0.89% -
XYZ 32.75 18.83 2.26 -
YUV 100.64 77.98 217.42 -
System Red Green Blue C M Y K H S L
Decimal 226 54 12 0 0.76 0.95 0.11 11.78 0.9 0.47
Hex E2 36 C 0 4C 5F B C 5A 2F
Octal 342 66 14 0 114 137 13 14 132 57
Binary 11100010 110110 1100 0 1001100 1011111 1011 1100 1011010 101111

Color Harmonies of #E2360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2360C

Black with #E2360C

Text Example


Text Example

White with #E2360C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2360C; }

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

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

background-color css

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

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

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

border-color css

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

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

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