#e02b1c

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

Shades of Harley Davidson Orange #E02B1C

Tints of Harley Davidson Orange #E02B1C

Color information

#E02B1C (or 0xE02B1C) is unknown color: approx Harley Davidson Orange. HEX triplet: E0, 2B and 1C. RGB value is (224,43,28). Sum of RGB (Red+Green+Blue) = 224+43+28=295 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.93% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 224 - color contains mainly: red. Hex color #E02B1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02B1C is #1FD4E3. Grayscale: #5F5F5F. Windows color (decimal): -2086116 or 1846240. OLE color: 1846240.

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

Color convert

RGB2244328-
CMYK00.810.880.12
HSL4.59º77.78%49.41%-
HSV(B)4.59º87.5%87.84%-
XYZ31.8117.662.83-
YUV95.4189.97219.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 75.93%
GREEN value IS 43 (17.19% from 255) = 14.58%
BLUE value IS 28 (11.33% from 255) = 9.49%
R=75.93%
G=14.58%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.88
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224432800.810.880.124.5977.7849.41
HexE02B1C05158C54e31
Octal3405334012113014511661
Binary111000001010111110001010001101100011001011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e02b1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e02b1c; }

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

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

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

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

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

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

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

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