Html Css Color HEX #E0310B Harley Davidson Orange

📋 copy color: '#E0310B'

red 224 ◦ green 49 ◦ blue 11

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

Shades of Harley Davidson Orange #E0310B

Tints of Harley Davidson Orange #E0310B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.25%

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

R = 78.87%
G = 17.25%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0310B (or 0xE0310B) is known color: Harley Davidson Orange. HEX triplet: E0, 31 and 0B. RGB value is (224,49,11). Sum of RGB (Red+Green+Blue) = 224+49+11=284 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.87% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 11 (4.69% from 255 or 3.87% from 284); Max value from RGB is 224 - color contains mainly: red. Hex color #E0310B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0310B is #1FCEF4. Grayscale: #616161. Windows color (decimal): -2084597 or 733664. OLE color: 733664.

HSL color Cylindrical-coordinate representation of color #E0310B: hue angle of 10.7º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0310B is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 49 11 -
CMYK 0 0.78 0.95 0.12
HSL 10.7º 0.91% 0.46% -
HSV(B) 10.7º 0.95% 0.88% -
XYZ 31.9 18.07 2.12 -
YUV 96.99 79.48 218.59 -
System Red Green Blue C M Y K H S L
Decimal 224 49 11 0 0.78 0.95 0.12 10.7 0.91 0.46
Hex E0 31 B 0 4E 5F C B 5B 2E
Octal 340 61 13 0 116 137 14 13 133 56
Binary 11100000 110001 1011 0 1001110 1011111 1100 1011 1011011 101110

Color Harmonies of #E0310B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0310B

Black with #E0310B

Text Example


Text Example

White with #E0310B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0310B; }

 p { color: rgb(224,49,11); }

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

background-color css

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

 a { background-color: rgb(224,49,11); }

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

border-color css

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

 span { border-color: rgb(224,49,11); }

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