#D3481A

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

Shades of Harley Davidson Orange #D3481A

Tints of Harley Davidson Orange #D3481A

Color information

#D3481A (or 0xD3481A) is unknown color: approx Harley Davidson Orange. HEX triplet: D3, 48 and 1A. RGB value is (211,72,26). Sum of RGB (Red+Green+Blue) = 211+72+26=309 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.28% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 26 (10.55% from 255 or 8.41% from 309); Max value from RGB is 211 - color contains mainly: red. Hex color #D3481A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3481A is #2CB7E5. Grayscale: #6C6C6C. Windows color (decimal): -2930662 or 1722579. OLE color: 1722579.

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

Color convert

RGB2117226-
CMYK00.660.880.17
HSL14.92º78.06%46.47%-
HSV(B)14.92º87.68%82.75%-
XYZ29.3718.563.01-
YUV108.3281.55201.24-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 68.28%
GREEN value IS 72 (28.52% from 255) = 23.30%
BLUE value IS 26 (10.55% from 255) = 8.41%
R=68.28%
G=23.30%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.88
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211722600.660.880.1714.9278.0646.47
HexD3481A0425811f4e2e
Octal323110320102130211711656
Binary110100111001000110100100001010110001000111111001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3481A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3481A; }

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

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

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

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

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

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

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

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