#E63415

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

Shades of Harley Davidson Orange #E63415

Tints of Harley Davidson Orange #E63415

Color information

#E63415 (or 0xE63415) is unknown color: approx Harley Davidson Orange. HEX triplet: E6, 34 and 15. RGB value is (230,52,21). Sum of RGB (Red+Green+Blue) = 230+52+21=303 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.91% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 230 - color contains mainly: red. Hex color #E63415 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63415 is #19CBEA. Grayscale: #656565. Windows color (decimal): -1690603 or 1389798. OLE color: 1389798.

HSL color Cylindrical-coordinate representation of color #E63415: hue angle of 8.9º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E63415 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB2305221-
CMYK00.770.910.10
HSL8.9º83.27%49.22%-
HSV(B)8.9º90.87%90.2%-
XYZ3419.332.65-
YUV101.6982.47219.52-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 75.91%
GREEN value IS 52 (20.70% from 255) = 17.16%
BLUE value IS 21 (8.59% from 255) = 6.93%
R=75.91%
G=17.16%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.91
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230522100.770.910.108.983.2749.22
HexE6341504D5BA95331
Octal34664250115133121112361
Binary1110011011010010101010011011011011101010011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E63415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E63415; }

 p { color: rgb(230,52,21); }

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

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

 a { background-color: rgb(230,52,21); }

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

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

 span { border-color: rgb(230,52,21); }

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