Html Css Color HEX #E2400C Harley Davidson Orange

📋 copy color: '#E2400C'

red 226 ◦ green 64 ◦ blue 12

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

Shades of Harley Davidson Orange #E2400C

Tints of Harley Davidson Orange #E2400C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.19%

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

R = 74.83%
G = 21.19%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E2400C (or 0xE2400C) is known color: Harley Davidson Orange. HEX triplet: E2, 40 and 0C. RGB value is (226,64,12). Sum of RGB (Red+Green+Blue) = 226+64+12=302 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.83% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 226 - color contains mainly: red. Hex color #E2400C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2400C is #1DBFF3. Grayscale: #6A6A6A. Windows color (decimal): -1949684 or 803042. OLE color: 803042.

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

Color convert

RGB 226 64 12 -
CMYK 0 0.72 0.95 0.11
HSL 14.58º 0.9% 0.47% -
HSV(B) 14.58º 0.95% 0.89% -
XYZ 33.26 19.86 2.43 -
YUV 106.51 74.67 213.23 -
System Red Green Blue C M Y K H S L
Decimal 226 64 12 0 0.72 0.95 0.11 14.58 0.9 0.47
Hex E2 40 C 0 48 5F B F 5A 2F
Octal 342 100 14 0 110 137 13 17 132 57
Binary 11100010 1000000 1100 0 1001000 1011111 1011 1111 1011010 101111

Color Harmonies of #E2400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2400C

Black with #E2400C

Text Example


Text Example

White with #E2400C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2400C; }

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

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

background-color css

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

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

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

border-color css

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

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

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