#D3491A

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

Shades of Harley Davidson Orange #D3491A

Tints of Harley Davidson Orange #D3491A

Color information

#D3491A (or 0xD3491A) is unknown color: approx Harley Davidson Orange. HEX triplet: D3, 49 and 1A. RGB value is (211,73,26). Sum of RGB (Red+Green+Blue) = 211+73+26=310 (41% of max value = 765). Red value is 211 (82.81% from 255 or 68.06% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 26 (10.55% from 255 or 8.39% from 310); Max value from RGB is 211 - color contains mainly: red. Hex color #D3491A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3491A is #2CB6E5. Grayscale: #6D6D6D. Windows color (decimal): -2930406 or 1722835. OLE color: 1722835.

HSL color Cylindrical-coordinate representation of color #D3491A: hue angle of 15.24º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D3491A is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB2117326-
CMYK00.650.880.17
HSL15.24º78.06%46.47%-
HSV(B)15.24º87.68%82.75%-
XYZ29.4318.693.03-
YUV108.981.22200.82-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 68.06%
GREEN value IS 73 (28.91% from 255) = 23.55%
BLUE value IS 26 (10.55% from 255) = 8.39%
R=68.06%
G=23.55%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.88
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211732600.650.880.1715.2478.0646.47
HexD3491A0415811f4e2e
Octal323111320101130211711656
Binary110100111001001110100100000110110001000111111001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3491A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3491A; }

 p { color: rgb(211,73,26); }

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

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

 a { background-color: rgb(211,73,26); }

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

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

 span { border-color: rgb(211,73,26); }

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