Html Css Color HEX #E1301E Harley Davidson Orange

📋 copy color: '#E1301E'

red 225 ◦ green 48 ◦ blue 30

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

Shades of Harley Davidson Orange #E1301E

Tints of Harley Davidson Orange #E1301E

RGB

 RED value IS 225 (88.28% from 255) = 74.26%

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

 BLUE value IS 30 (12.11% from 255) = 9.9%

R = 74.26%
G = 15.84%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E1301E (or 0xE1301E) is known color: Harley Davidson Orange. HEX triplet: E1, 30 and 1E. RGB value is (225,48,30). Sum of RGB (Red+Green+Blue) = 225+48+30=303 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.26% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 225 - color contains mainly: red. Hex color #E1301E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1301E is #1ECFE1. Grayscale: #636363. Windows color (decimal): -2019298 or 1978593. OLE color: 1978593.

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

Color convert

RGB 225 48 30 -
CMYK 0 0.79 0.87 0.12
HSL 5.54º 0.76% 0.5% -
HSV(B) 5.54º 0.87% 0.88% -
XYZ 32.34 18.22 3.04 -
YUV 98.87 89.14 217.96 -
System Red Green Blue C M Y K H S L
Decimal 225 48 30 0 0.79 0.87 0.12 5.54 0.76 0.5
Hex E1 30 1E 0 4F 57 C 6 4C 32
Octal 341 60 36 0 117 127 14 6 114 62
Binary 11100001 110000 11110 0 1001111 1010111 1100 110 1001100 110010

Color Harmonies of #E1301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1301E

Black with #E1301E

Text Example


Text Example

White with #E1301E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1301E; }

 p { color: rgb(225,48,30); }

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

background-color css

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

 a { background-color: rgb(225,48,30); }

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

border-color css

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

 span { border-color: rgb(225,48,30); }

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