Html Css Color HEX #E0300E Harley Davidson Orange

📋 copy color: '#E0300E'

red 224 ◦ green 48 ◦ blue 14

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

Shades of Harley Davidson Orange #E0300E

Tints of Harley Davidson Orange #E0300E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.9%

R = 78.32%
G = 16.78%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E0300E (or 0xE0300E) is known color: Harley Davidson Orange. HEX triplet: E0, 30 and 0E. RGB value is (224,48,14). Sum of RGB (Red+Green+Blue) = 224+48+14=286 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.32% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 14 (5.86% from 255 or 4.90% from 286); Max value from RGB is 224 - color contains mainly: red. Hex color #E0300E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0300E is #1FCFF1. Grayscale: #616161. Windows color (decimal): -2084850 or 930016. OLE color: 930016.

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

Color convert

RGB 224 48 14 -
CMYK 0 0.79 0.94 0.12
HSL 9.71º 0.88% 0.47% -
HSV(B) 9.71º 0.94% 0.88% -
XYZ 31.88 17.99 2.21 -
YUV 96.75 81.31 218.76 -
System Red Green Blue C M Y K H S L
Decimal 224 48 14 0 0.79 0.94 0.12 9.71 0.88 0.47
Hex E0 30 E 0 4F 5E C A 58 2F
Octal 340 60 16 0 117 136 14 12 130 57
Binary 11100000 110000 1110 0 1001111 1011110 1100 1010 1011000 101111

Color Harmonies of #E0300E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0300E

Black with #E0300E

Text Example


Text Example

White with #E0300E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0300E; }

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

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

background-color css

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

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

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

border-color css

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

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

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