#D3411E

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

Shades of Harley Davidson Orange #D3411E

Tints of Harley Davidson Orange #D3411E

Color information

#D3411E (or 0xD3411E) is unknown color: approx Harley Davidson Orange. HEX triplet: D3, 41 and 1E. RGB value is (211,65,30). Sum of RGB (Red+Green+Blue) = 211+65+30=306 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.95% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 211 - color contains mainly: red. Hex color #D3411E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3411E is #2CBEE1. Grayscale: #686868. Windows color (decimal): -2932450 or 1982931. OLE color: 1982931.

HSL color Cylindrical-coordinate representation of color #D3411E: hue angle of 11.6º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D3411E is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB2116530-
CMYK00.690.860.17
HSL11.6º75.1%47.25%-
HSV(B)11.6º85.78%82.75%-
XYZ28.9917.723.12-
YUV104.6685.87203.85-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 68.95%
GREEN value IS 65 (25.78% from 255) = 21.24%
BLUE value IS 30 (12.11% from 255) = 9.80%
R=68.95%
G=21.24%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211653000.690.860.1711.675.147.25
HexD3411E0455611c4b2f
Octal323101360105126211411357
Binary110100111000001111100100010110101101000111001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3411E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3411E; }

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

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

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

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

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

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

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

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