Html Css Color HEX #E2400F Harley Davidson Orange

📋 copy color: '#E2400F'

red 226 ◦ green 64 ◦ blue 15

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

Shades of Harley Davidson Orange #E2400F

Tints of Harley Davidson Orange #E2400F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.92%

R = 74.1%
G = 20.98%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E2400F (or 0xE2400F) is known color: Harley Davidson Orange. HEX triplet: E2, 40 and 0F. RGB value is (226,64,15). Sum of RGB (Red+Green+Blue) = 226+64+15=305 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.10% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 226 - color contains mainly: red. Hex color #E2400F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2400F is #1DBFF0. Grayscale: #6B6B6B. Windows color (decimal): -1949681 or 999650. OLE color: 999650.

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

Color convert

RGB 226 64 15 -
CMYK 0 0.72 0.93 0.11
HSL 13.93º 0.88% 0.47% -
HSV(B) 13.93º 0.93% 0.89% -
XYZ 33.28 19.87 2.53 -
YUV 106.85 76.17 212.98 -
System Red Green Blue C M Y K H S L
Decimal 226 64 15 0 0.72 0.93 0.11 13.93 0.88 0.47
Hex E2 40 F 0 48 5D B E 58 2F
Octal 342 100 17 0 110 135 13 16 130 57
Binary 11100010 1000000 1111 0 1001000 1011101 1011 1110 1011000 101111

Color Harmonies of #E2400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2400F

Black with #E2400F

Text Example


Text Example

White with #E2400F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2400F; }

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

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

background-color css

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

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

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

border-color css

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

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

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