Html Css Color HEX #E0390D Harley Davidson Orange

📋 copy color: '#E0390D'

red 224 ◦ green 57 ◦ blue 13

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

Shades of Harley Davidson Orange #E0390D

Tints of Harley Davidson Orange #E0390D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.39%

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

R = 76.19%
G = 19.39%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E0390D (or 0xE0390D) is known color: Harley Davidson Orange. HEX triplet: E0, 39 and 0D. RGB value is (224,57,13). Sum of RGB (Red+Green+Blue) = 224+57+13=294 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.19% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 13 (5.47% from 255 or 4.42% from 294); Max value from RGB is 224 - color contains mainly: red. Hex color #E0390D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0390D is #1FC6F2. Grayscale: #666666. Windows color (decimal): -2082547 or 866784. OLE color: 866784.

HSL color Cylindrical-coordinate representation of color #E0390D: hue angle of 12.51º 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 #E0390D is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 57 13 -
CMYK 0 0.75 0.94 0.12
HSL 12.51º 0.89% 0.46% -
HSV(B) 12.51º 0.94% 0.88% -
XYZ 32.28 18.8 2.31 -
YUV 101.92 77.83 215.08 -
System Red Green Blue C M Y K H S L
Decimal 224 57 13 0 0.75 0.94 0.12 12.51 0.89 0.46
Hex E0 39 D 0 4B 5E C D 59 2E
Octal 340 71 15 0 113 136 14 15 131 56
Binary 11100000 111001 1101 0 1001011 1011110 1100 1101 1011001 101110

Color Harmonies of #E0390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0390D

Black with #E0390D

Text Example


Text Example

White with #E0390D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0390D; }

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

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

background-color css

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

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

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

border-color css

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

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

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