Html Css Color HEX #E01C18 Harley Davidson Orange

📋 copy color: '#E01C18'

red 224 ◦ green 28 ◦ blue 24

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

Shades of Harley Davidson Orange #E01C18

Tints of Harley Davidson Orange #E01C18

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.14%

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

R = 81.16%
G = 10.14%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E01C18 (or 0xE01C18) is known color: Harley Davidson Orange. HEX triplet: E0, 1C and 18. RGB value is (224,28,24). Sum of RGB (Red+Green+Blue) = 224+28+24=276 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.16% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E01C18 is #1FE3E7. Grayscale: #565656. Windows color (decimal): -2089960 or 1580256. OLE color: 1580256.

HSL color Cylindrical-coordinate representation of color #E01C18: hue angle of 1.2º 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 #E01C18 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 28 24 -
CMYK 0 0.88 0.89 0.12
HSL 1.2º 0.81% 0.49% -
HSV(B) 1.2º 0.89% 0.88% -
XYZ 31.32 16.74 2.45 -
YUV 86.15 92.93 226.33 -
System Red Green Blue C M Y K H S L
Decimal 224 28 24 0 0.88 0.89 0.12 1.2 0.81 0.49
Hex E0 1C 18 0 58 59 C 1 51 31
Octal 340 34 30 0 130 131 14 1 121 61
Binary 11100000 11100 11000 0 1011000 1011001 1100 1 1010001 110001

Color Harmonies of #E01C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01C18

Black with #E01C18

Text Example


Text Example

White with #E01C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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