#E02A0F

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

Shades of Harley Davidson Orange #E02A0F

Tints of Harley Davidson Orange #E02A0F

Color information

#E02A0F (or 0xE02A0F) is unknown color: approx Harley Davidson Orange. HEX triplet: E0, 2A and 0F. RGB value is (224,42,15). Sum of RGB (Red+Green+Blue) = 224+42+15=281 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.72% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 224 - color contains mainly: red. Hex color #E02A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02A0F is #1FD5F0. Grayscale: #5D5D5D. Windows color (decimal): -2086385 or 994016. OLE color: 994016.

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

Color convert

RGB2244215-
CMYK00.810.930.12
HSL7.75º87.45%46.86%-
HSV(B)7.75º93.3%87.84%-
XYZ31.6517.542.17-
YUV93.3483.8221.2-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 79.72%
GREEN value IS 42 (16.80% from 255) = 14.95%
BLUE value IS 15 (6.25% from 255) = 5.34%
R=79.72%
G=14.95%
B=5.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224421500.810.930.127.7587.4546.86
HexE02AF0515DC8572f
Octal34052170121135141012757
Binary111000001010101111010100011011101110010001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02A0F; }

 p { color: rgb(224,42,15); }

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

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

 a { background-color: rgb(224,42,15); }

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

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

 span { border-color: rgb(224,42,15); }

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