Html Css Color HEX #E0301B Harley Davidson Orange

📋 copy color: '#E0301B'

red 224 ◦ green 48 ◦ blue 27

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

Shades of Harley Davidson Orange #E0301B

Tints of Harley Davidson Orange #E0301B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.03%

R = 74.92%
G = 16.05%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E0301B (or 0xE0301B) is known color: Harley Davidson Orange. HEX triplet: E0, 30 and 1B. RGB value is (224,48,27). Sum of RGB (Red+Green+Blue) = 224+48+27=299 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.92% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 224 - color contains mainly: red. Hex color #E0301B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0301B is #1FCFE4. Grayscale: #626262. Windows color (decimal): -2084837 or 1781984. OLE color: 1781984.

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

Color convert

RGB 224 48 27 -
CMYK 0 0.79 0.88 0.12
HSL 6.4º 0.78% 0.49% -
HSV(B) 6.4º 0.88% 0.88% -
XYZ 32 18.04 2.83 -
YUV 98.23 87.81 217.71 -
System Red Green Blue C M Y K H S L
Decimal 224 48 27 0 0.79 0.88 0.12 6.4 0.78 0.49
Hex E0 30 1B 0 4F 58 C 6 4E 31
Octal 340 60 33 0 117 130 14 6 116 61
Binary 11100000 110000 11011 0 1001111 1011000 1100 110 1001110 110001

Color Harmonies of #E0301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0301B

Black with #E0301B

Text Example


Text Example

White with #E0301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0301B; }

 p { color: rgb(224,48,27); }

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

background-color css

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

 a { background-color: rgb(224,48,27); }

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

border-color css

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

 span { border-color: rgb(224,48,27); }

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