#e02d1e

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

Shades of Harley Davidson Orange #E02D1E

Tints of Harley Davidson Orange #E02D1E

Color information

#E02D1E (or 0xE02D1E) is unknown color: approx Harley Davidson Orange. HEX triplet: E0, 2D and 1E. RGB value is (224,45,30). Sum of RGB (Red+Green+Blue) = 224+45+30=299 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.92% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02D1E is #1FD2E1. Grayscale: #616161. Windows color (decimal): -2085602 or 1977824. OLE color: 1977824.

HSL color Cylindrical-coordinate representation of color #E02D1E: hue angle of 4.64º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E02D1E is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB2244530-
CMYK00.800.870.12
HSL4.64º76.38%49.8%-
HSV(B)4.64º86.61%87.84%-
XYZ31.9117.822.99-
YUV96.8190.3218.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 74.92%
GREEN value IS 45 (17.97% from 255) = 15.05%
BLUE value IS 30 (12.11% from 255) = 10.03%
R=74.92%
G=15.05%
B=10.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224453000.800.870.124.6476.3849.8
HexE02D1E05057C54c32
Octal3405536012012714511462
Binary111000001011011111001010000101011111001011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e02d1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e02d1e; }

 p { color: rgb(224,45,30); }

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

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

 a { background-color: rgb(224,45,30); }

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

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

 span { border-color: rgb(224,45,30); }

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