#D3411A

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

Shades of Harley Davidson Orange #D3411A

Tints of Harley Davidson Orange #D3411A

Color information

#D3411A (or 0xD3411A) is unknown color: approx Harley Davidson Orange. HEX triplet: D3, 41 and 1A. RGB value is (211,65,26). Sum of RGB (Red+Green+Blue) = 211+65+26=302 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.87% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 211 - color contains mainly: red. Hex color #D3411A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3411A is #2CBEE5. Grayscale: #686868. Windows color (decimal): -2932454 or 1720787. OLE color: 1720787.

HSL color Cylindrical-coordinate representation of color #D3411A: hue angle of 12.65º 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 #D3411A is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB2116526-
CMYK00.690.880.17
HSL12.65º78.06%46.47%-
HSV(B)12.65º87.68%82.75%-
XYZ28.9417.72.87-
YUV104.2183.87204.17-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 69.87%
GREEN value IS 65 (25.78% from 255) = 21.52%
BLUE value IS 26 (10.55% from 255) = 8.61%
R=69.87%
G=21.52%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.88
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211652600.690.880.1712.6578.0646.47
HexD3411A0455811d4e2e
Octal323101320105130211511656
Binary110100111000001110100100010110110001000111011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3411A; }

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

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

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

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

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

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

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

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