#d1390d

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

Shades of Harley Davidson Orange #D1390D

Tints of Harley Davidson Orange #D1390D

Color information

#D1390D (or 0xD1390D) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 39 and 0D. RGB value is (209,57,13). Sum of RGB (Red+Green+Blue) = 209+57+13=279 (36% of max value = 765). Red value is 209 (82.03% from 255 or 74.91% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 209 - color contains mainly: red. Hex color #D1390D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1390D is #2EC6F2. Grayscale: #616161. Windows color (decimal): -3065587 or 866769. OLE color: 866769.

HSL color Cylindrical-coordinate representation of color #D1390D: hue angle of 13.47º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1390D is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB2095713-
CMYK00.730.940.18
HSL13.47º88.29%43.53%-
HSV(B)13.47º93.78%81.96%-
XYZ27.8316.512.1-
YUV97.4380.36207.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 74.91%
GREEN value IS 57 (22.66% from 255) = 20.43%
BLUE value IS 13 (5.47% from 255) = 4.66%
R=74.91%
G=20.43%
B=4.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209571300.730.940.1813.4788.2943.53
HexD139D0495E12d582c
Octal32171150111136221513054
Binary1101000111100111010100100110111101001011011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1390d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1390d; }

 p { color: rgb(209,57,13); }

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

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

 a { background-color: rgb(209,57,13); }

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

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

 span { border-color: rgb(209,57,13); }

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