#E01C18

Color #E01C18 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #E01C18

Tints of Harley Davidson Orange #E01C18

Color information

#E01C18 (or 0xE01C18) is unknown color: approx 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

RGB2242824-
CMYK00.880.890.12
HSL1.2º80.65%48.63%-
HSV(B)1.2º89.29%87.84%-
XYZ31.3216.742.45-
YUV86.1592.93226.33-

RGB Variations

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

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.70%
R=81.16%
G=10.14%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.89
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224282400.880.890.121.280.6548.63
HexE01C1805859C15131
Octal3403430013013114112161
Binary111000001110011000010110001011001110011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>