Html Css Color HEX #E3300B Harley Davidson Orange

📋 copy color: '#E3300B'

red 227 ◦ green 48 ◦ blue 11

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

Shades of Harley Davidson Orange #E3300B

Tints of Harley Davidson Orange #E3300B

RGB

 RED value IS 227 (89.06% from 255) = 79.37%

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

 BLUE value IS 11 (4.69% from 255) = 3.85%

R = 79.37%
G = 16.78%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E3300B (or 0xE3300B) is known color: Harley Davidson Orange. HEX triplet: E3, 30 and 0B. RGB value is (227,48,11). Sum of RGB (Red+Green+Blue) = 227+48+11=286 (37% of max value = 765). Red value is 227 (89.06% from 255 or 79.37% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 227 - color contains mainly: red. Hex color #E3300B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3300B is #1CCFF4. Grayscale: #616161. Windows color (decimal): -1888245 or 733411. OLE color: 733411.

HSL color Cylindrical-coordinate representation of color #E3300B: hue angle of 10.28º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E3300B is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 48 11 -
CMYK 0 0.79 0.95 0.11
HSL 10.28º 0.91% 0.47% -
HSV(B) 10.28º 0.95% 0.89% -
XYZ 32.8 18.47 2.15 -
YUV 97.3 79.3 220.51 -
System Red Green Blue C M Y K H S L
Decimal 227 48 11 0 0.79 0.95 0.11 10.28 0.91 0.47
Hex E3 30 B 0 4F 5F B A 5B 2F
Octal 343 60 13 0 117 137 13 12 133 57
Binary 11100011 110000 1011 0 1001111 1011111 1011 1010 1011011 101111

Color Harmonies of #E3300B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3300B

Black with #E3300B

Text Example


Text Example

White with #E3300B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3300B; }

 p { color: rgb(227,48,11); }

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

background-color css

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

 a { background-color: rgb(227,48,11); }

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

border-color css

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

 span { border-color: rgb(227,48,11); }

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