Html Css Color HEX #E03000 Harley Davidson Orange

📋 copy color: '#E03000'

red 224 ◦ green 48 ◦ blue 0

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

Shades of Harley Davidson Orange #E03000

Tints of Harley Davidson Orange #E03000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.65%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.35%
G = 17.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E03000 (or 0xE03000) is known color: Harley Davidson Orange. HEX triplet: E0, 30 and 00. RGB value is (224,48,0). Sum of RGB (Red+Green+Blue) = 224+48+0=272 (36% of max value = 765). Red value is 224 (87.89% from 255 or 82.35% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 224 - color contains mainly: red. Hex color #E03000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03000 is #1FCFFF. Grayscale: #5F5F5F. Windows color (decimal): -2084864 or 12512. OLE color: 12512.

HSL color Cylindrical-coordinate representation of color #E03000: hue angle of 12.86º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E03000 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 48 0 -
CMYK 0 0.79 1 0.12
HSL 12.86º 1% 0.44% -
HSV(B) 12.86º 1% 0.88% -
XYZ 31.8 17.96 1.79 -
YUV 95.15 74.31 219.9 -
System Red Green Blue C M Y K H S L
Decimal 224 48 0 0 0.79 1 0.12 12.86 1 0.44
Hex E0 30 0 0 4F 64 C D 64 2C
Octal 340 60 0 0 117 144 14 15 144 54
Binary 11100000 110000 0 0 1001111 1100100 1100 1101 1100100 101100

Color Harmonies of #E03000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03000

Black with #E03000

Text Example


Text Example

White with #E03000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03000; }

 p { color: rgb(224,48,0); }

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

background-color css

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

 a { background-color: rgb(224,48,0); }

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

border-color css

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

 span { border-color: rgb(224,48,0); }

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