Html Css Color HEX #E0440F Harley Davidson Orange

📋 copy color: '#E0440F'

red 224 ◦ green 68 ◦ blue 15

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

Shades of Harley Davidson Orange #E0440F

Tints of Harley Davidson Orange #E0440F

RGB

 RED value IS 224 (87.89% from 255) = 72.96%

 GREEN value IS 68 (26.95% from 255) = 22.15%

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

R = 72.96%
G = 22.15%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E0440F (or 0xE0440F) is known color: Harley Davidson Orange. HEX triplet: E0, 44 and 0F. RGB value is (224,68,15). Sum of RGB (Red+Green+Blue) = 224+68+15=307 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.96% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 224 - color contains mainly: red. Hex color #E0440F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0440F is #1FBBF0. Grayscale: #6C6C6C. Windows color (decimal): -2079729 or 1000672. OLE color: 1000672.

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

Color convert

RGB 224 68 15 -
CMYK 0 0.70 0.93 0.12
HSL 15.22º 0.87% 0.47% -
HSV(B) 15.22º 0.93% 0.88% -
XYZ 32.89 20.02 2.58 -
YUV 108.6 75.18 210.31 -
System Red Green Blue C M Y K H S L
Decimal 224 68 15 0 0.70 0.93 0.12 15.22 0.87 0.47
Hex E0 44 F 0 46 5D C F 57 2F
Octal 340 104 17 0 106 135 14 17 127 57
Binary 11100000 1000100 1111 0 1000110 1011101 1100 1111 1010111 101111

Color Harmonies of #E0440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0440F

Black with #E0440F

Text Example


Text Example

White with #E0440F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0440F; }

 p { color: rgb(224,68,15); }

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

background-color css

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

 a { background-color: rgb(224,68,15); }

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

border-color css

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

 span { border-color: rgb(224,68,15); }

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