#D3401A

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

Shades of Harley Davidson Orange #D3401A

Tints of Harley Davidson Orange #D3401A

Color information

#D3401A (or 0xD3401A) is unknown color: approx Harley Davidson Orange. HEX triplet: D3, 40 and 1A. RGB value is (211,64,26). Sum of RGB (Red+Green+Blue) = 211+64+26=301 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.10% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 211 - color contains mainly: red. Hex color #D3401A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3401A is #2CBFE5. Grayscale: #676767. Windows color (decimal): -2932710 or 1720531. OLE color: 1720531.

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

Color convert

RGB2116426-
CMYK00.700.880.17
HSL12.32º78.06%46.47%-
HSV(B)12.32º87.68%82.75%-
XYZ28.8817.592.85-
YUV103.6284.2204.59-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 70.10%
GREEN value IS 64 (25.39% from 255) = 21.26%
BLUE value IS 26 (10.55% from 255) = 8.64%
R=70.10%
G=21.26%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.88
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211642600.700.880.1712.3278.0646.47
HexD3401A0465811c4e2e
Octal323100320106130211411656
Binary110100111000000110100100011010110001000111001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3401A; }

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

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

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

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

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

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

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

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