Html Css Color HEX #E01F18 Harley Davidson Orange

📋 copy color: '#E01F18'

red 224 ◦ green 31 ◦ blue 24

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

Shades of Harley Davidson Orange #E01F18

Tints of Harley Davidson Orange #E01F18

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.11%

 BLUE value IS 24 (9.77% from 255) = 8.6%

R = 80.29%
G = 11.11%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E01F18 (or 0xE01F18) is known color: Harley Davidson Orange. HEX triplet: E0, 1F and 18. RGB value is (224,31,24). Sum of RGB (Red+Green+Blue) = 224+31+24=279 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.29% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 224 - color contains mainly: red. Hex color #E01F18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E01F18 is #1FE0E7. Grayscale: #585858. Windows color (decimal): -2089192 or 1581024. OLE color: 1581024.

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

Color convert

RGB 224 31 24 -
CMYK 0 0.86 0.89 0.12
HSL 2.1º 0.81% 0.49% -
HSV(B) 2.1º 0.89% 0.88% -
XYZ 31.4 16.89 2.47 -
YUV 87.91 91.94 225.07 -
System Red Green Blue C M Y K H S L
Decimal 224 31 24 0 0.86 0.89 0.12 2.1 0.81 0.49
Hex E0 1F 18 0 56 59 C 2 51 31
Octal 340 37 30 0 126 131 14 2 121 61
Binary 11100000 11111 11000 0 1010110 1011001 1100 10 1010001 110001

Color Harmonies of #E01F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01F18

Black with #E01F18

Text Example


Text Example

White with #E01F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01F18; }

 p { color: rgb(224,31,24); }

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

background-color css

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

 a { background-color: rgb(224,31,24); }

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

border-color css

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

 span { border-color: rgb(224,31,24); }

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