#D13A1B

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

Shades of Harley Davidson Orange #D13A1B

Tints of Harley Davidson Orange #D13A1B

Color information

#D13A1B (or 0xD13A1B) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 3A and 1B. RGB value is (209,58,27). Sum of RGB (Red+Green+Blue) = 209+58+27=294 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.09% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13A1B is #2EC5E4. Grayscale: #636363. Windows color (decimal): -3065317 or 1784529. OLE color: 1784529.

HSL color Cylindrical-coordinate representation of color #D13A1B: hue angle of 10.22º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D13A1B is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB2095827-
CMYK00.720.870.18
HSL10.22º77.12%46.27%-
HSV(B)10.22º87.08%81.96%-
XYZ28.0116.662.78-
YUV99.6287.03206.02-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 71.09%
GREEN value IS 58 (23.05% from 255) = 19.73%
BLUE value IS 27 (10.94% from 255) = 9.18%
R=71.09%
G=19.73%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209582700.720.870.1810.2277.1246.27
HexD13A1B0485712a4d2e
Octal32172330110127221211556
Binary11010001111010110110100100010101111001010101001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13A1B; }

 p { color: rgb(209,58,27); }

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

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

 a { background-color: rgb(209,58,27); }

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

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

 span { border-color: rgb(209,58,27); }

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