Html Css Color HEX #E2380D Harley Davidson Orange

📋 copy color: '#E2380D'

red 226 ◦ green 56 ◦ blue 13

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

Shades of Harley Davidson Orange #E2380D

Tints of Harley Davidson Orange #E2380D

RGB

 RED value IS 226 (88.67% from 255) = 76.61%

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

 BLUE value IS 13 (5.47% from 255) = 4.41%

R = 76.61%
G = 18.98%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E2380D (or 0xE2380D) is known color: Harley Davidson Orange. HEX triplet: E2, 38 and 0D. RGB value is (226,56,13). Sum of RGB (Red+Green+Blue) = 226+56+13=295 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.61% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 226 - color contains mainly: red. Hex color #E2380D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2380D is #1DC7F2. Grayscale: #666666. Windows color (decimal): -1951731 or 866530. OLE color: 866530.

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

Color convert

RGB 226 56 13 -
CMYK 0 0.75 0.94 0.11
HSL 12.11º 0.89% 0.47% -
HSV(B) 12.11º 0.94% 0.89% -
XYZ 32.85 19.03 2.32 -
YUV 101.93 77.82 216.5 -
System Red Green Blue C M Y K H S L
Decimal 226 56 13 0 0.75 0.94 0.11 12.11 0.89 0.47
Hex E2 38 D 0 4B 5E B C 59 2F
Octal 342 70 15 0 113 136 13 14 131 57
Binary 11100010 111000 1101 0 1001011 1011110 1011 1100 1011001 101111

Color Harmonies of #E2380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2380D

Black with #E2380D

Text Example


Text Example

White with #E2380D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2380D; }

 p { color: rgb(226,56,13); }

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

background-color css

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

 a { background-color: rgb(226,56,13); }

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

border-color css

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

 span { border-color: rgb(226,56,13); }

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