#D8390A

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

Shades of Harley Davidson Orange #D8390A

Tints of Harley Davidson Orange #D8390A

Color information

#D8390A (or 0xD8390A) is unknown color: approx Harley Davidson Orange. HEX triplet: D8, 39 and 0A. RGB value is (216,57,10). Sum of RGB (Red+Green+Blue) = 216+57+10=283 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.33% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 216 - color contains mainly: red. Hex color #D8390A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8390A is #27C6F5. Grayscale: #636363. Windows color (decimal): -2606838 or 670168. OLE color: 670168.

HSL color Cylindrical-coordinate representation of color #D8390A: hue angle of 13.69º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D8390A is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB2165710-
CMYK00.740.950.15
HSL13.69º91.15%44.31%-
HSV(B)13.69º95.37%84.71%-
XYZ29.8417.552.1-
YUV99.1877.68211.32-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 76.33%
GREEN value IS 57 (22.66% from 255) = 20.14%
BLUE value IS 10 (4.30% from 255) = 3.53%
R=76.33%
G=20.14%
B=3.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.95
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216571000.740.950.1513.6991.1544.31
HexD839A04A5FFe5b2c
Octal33071120112137171613354
Binary110110001110011010010010101011111111111101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8390A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8390A; }

 p { color: rgb(216,57,10); }

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

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

 a { background-color: rgb(216,57,10); }

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

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

 span { border-color: rgb(216,57,10); }

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