Html Css Color HEX #E03012 Harley Davidson Orange

📋 copy color: '#E03012'

red 224 ◦ green 48 ◦ blue 18

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

Shades of Harley Davidson Orange #E03012

Tints of Harley Davidson Orange #E03012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.21%

R = 77.24%
G = 16.55%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E03012 (or 0xE03012) is known color: Harley Davidson Orange. HEX triplet: E0, 30 and 12. RGB value is (224,48,18). Sum of RGB (Red+Green+Blue) = 224+48+18=290 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.24% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 224 - color contains mainly: red. Hex color #E03012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03012 is #1FCFED. Grayscale: #616161. Windows color (decimal): -2084846 or 1192160. OLE color: 1192160.

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

Color convert

RGB 224 48 18 -
CMYK 0 0.79 0.92 0.12
HSL 8.74º 0.85% 0.47% -
HSV(B) 8.74º 0.92% 0.88% -
XYZ 31.91 18 2.37 -
YUV 97.2 83.31 218.44 -
System Red Green Blue C M Y K H S L
Decimal 224 48 18 0 0.79 0.92 0.12 8.74 0.85 0.47
Hex E0 30 12 0 4F 5C C 9 55 2F
Octal 340 60 22 0 117 134 14 11 125 57
Binary 11100000 110000 10010 0 1001111 1011100 1100 1001 1010101 101111

Color Harmonies of #E03012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03012

Black with #E03012

Text Example


Text Example

White with #E03012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03012; }

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

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

background-color css

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

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

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

border-color css

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

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

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