#D8491D

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

Shades of Harley Davidson Orange #D8491D

Tints of Harley Davidson Orange #D8491D

Color information

#D8491D (or 0xD8491D) is unknown color: approx Harley Davidson Orange. HEX triplet: D8, 49 and 1D. RGB value is (216,73,29). Sum of RGB (Red+Green+Blue) = 216+73+29=318 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.92% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 216 - color contains mainly: red. Hex color #D8491D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8491D is #27B6E2. Grayscale: #6F6F6F. Windows color (decimal): -2602723 or 1919448. OLE color: 1919448.

HSL color Cylindrical-coordinate representation of color #D8491D: hue angle of 14.12º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D8491D is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB2167329-
CMYK00.660.870.15
HSL14.12º76.33%48.04%-
HSV(B)14.12º86.57%84.71%-
XYZ30.9219.453.29-
YUV110.7481.88203.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 67.92%
GREEN value IS 73 (28.91% from 255) = 22.96%
BLUE value IS 29 (11.72% from 255) = 9.12%
R=67.92%
G=22.96%
B=9.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.87
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216732900.660.870.1514.1276.3348.04
HexD8491D04257Fe4c30
Octal330111350102127171611460
Binary11011000100100111101010000101010111111111101001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8491D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8491D; }

 p { color: rgb(216,73,29); }

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

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

 a { background-color: rgb(216,73,29); }

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

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

 span { border-color: rgb(216,73,29); }

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