#e01d1c

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

Shades of Harley Davidson Orange #E01D1C

Tints of Harley Davidson Orange #E01D1C

Color information

#E01D1C (or 0xE01D1C) is unknown color: approx Harley Davidson Orange. HEX triplet: E0, 1D and 1C. RGB value is (224,29,28). Sum of RGB (Red+Green+Blue) = 224+29+28=281 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.72% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 224 - color contains mainly: red. Hex color #E01D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01D1C is #1FE2E3. Grayscale: #575757. Windows color (decimal): -2089700 or 1842656. OLE color: 1842656.

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

Color convert

RGB2242928-
CMYK00.870.880.12
HSL0.31º77.78%49.41%-
HSV(B)0.31º87.5%87.84%-
XYZ31.3916.812.69-
YUV87.1994.6225.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 79.72%
GREEN value IS 29 (11.72% from 255) = 10.32%
BLUE value IS 28 (11.33% from 255) = 9.96%
R=79.72%
G=10.32%
B=9.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224292800.870.880.120.3177.7849.41
HexE01D1C05758C04e31
Octal3403534012713014011661
Binary111000001110111100010101111011000110001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e01d1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e01d1c; }

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

 H1.HeaderClassName
 {
   color: #e01d1c;
 }
 .AnyTagClassName
 {
   color: #e01d1c;
 }
</style>
background-color css

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

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

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

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

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

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