Html Css Color HEX #E0400D Harley Davidson Orange

📋 copy color: '#E0400D'

red 224 ◦ green 64 ◦ blue 13

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

Shades of Harley Davidson Orange #E0400D

Tints of Harley Davidson Orange #E0400D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.32%

R = 74.42%
G = 21.26%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E0400D (or 0xE0400D) is known color: Harley Davidson Orange. HEX triplet: E0, 40 and 0D. RGB value is (224,64,13). Sum of RGB (Red+Green+Blue) = 224+64+13=301 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.42% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 224 - color contains mainly: red. Hex color #E0400D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0400D is #1FBFF2. Grayscale: #6A6A6A. Windows color (decimal): -2080755 or 868576. OLE color: 868576.

HSL color Cylindrical-coordinate representation of color #E0400D: hue angle of 14.5º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0400D is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 64 13 -
CMYK 0 0.71 0.94 0.12
HSL 14.5º 0.89% 0.46% -
HSV(B) 14.5º 0.94% 0.88% -
XYZ 32.65 19.54 2.43 -
YUV 106.03 75.51 212.15 -
System Red Green Blue C M Y K H S L
Decimal 224 64 13 0 0.71 0.94 0.12 14.5 0.89 0.46
Hex E0 40 D 0 47 5E C F 59 2E
Octal 340 100 15 0 107 136 14 17 131 56
Binary 11100000 1000000 1101 0 1000111 1011110 1100 1111 1011001 101110

Color Harmonies of #E0400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0400D

Black with #E0400D

Text Example


Text Example

White with #E0400D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0400D; }

 p { color: rgb(224,64,13); }

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

background-color css

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

 a { background-color: rgb(224,64,13); }

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

border-color css

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

 span { border-color: rgb(224,64,13); }

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