Html Css Color HEX #E3380B Harley Davidson Orange

📋 copy color: '#E3380B'

red 227 ◦ green 56 ◦ blue 11

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

Shades of Harley Davidson Orange #E3380B

Tints of Harley Davidson Orange #E3380B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.05%

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

R = 77.21%
G = 19.05%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E3380B (or 0xE3380B) is known color: Harley Davidson Orange. HEX triplet: E3, 38 and 0B. RGB value is (227,56,11). Sum of RGB (Red+Green+Blue) = 227+56+11=294 (38% of max value = 765). Red value is 227 (89.06% from 255 or 77.21% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 227 - color contains mainly: red. Hex color #E3380B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3380B is #1CC7F4. Grayscale: #666666. Windows color (decimal): -1886197 or 735459. OLE color: 735459.

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

Color convert

RGB 227 56 11 -
CMYK 0 0.75 0.95 0.11
HSL 12.5º 0.91% 0.47% -
HSV(B) 12.5º 0.95% 0.89% -
XYZ 33.15 19.18 2.27 -
YUV 102 76.65 217.16 -
System Red Green Blue C M Y K H S L
Decimal 227 56 11 0 0.75 0.95 0.11 12.5 0.91 0.47
Hex E3 38 B 0 4B 5F B C 5B 2F
Octal 343 70 13 0 113 137 13 14 133 57
Binary 11100011 111000 1011 0 1001011 1011111 1011 1100 1011011 101111

Color Harmonies of #E3380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3380B

Black with #E3380B

Text Example


Text Example

White with #E3380B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3380B; }

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

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

background-color css

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

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

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

border-color css

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

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

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