#D32816

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

Shades of Harley Davidson Orange #D32816

Tints of Harley Davidson Orange #D32816

Color information

#D32816 (or 0xD32816) is unknown color: approx Harley Davidson Orange. HEX triplet: D3, 28 and 16. RGB value is (211,40,22). Sum of RGB (Red+Green+Blue) = 211+40+22=273 (36% of max value = 765). Red value is 211 (82.81% from 255 or 77.29% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 211 - color contains mainly: red. Hex color #D32816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32816 is #2CD7E9. Grayscale: #595959. Windows color (decimal): -2938858 or 1452243. OLE color: 1452243.

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

Color convert

RGB2114022-
CMYK00.810.900.17
HSL5.71º81.12%45.69%-
HSV(B)5.71º89.57%82.75%-
XYZ27.7715.422.27-
YUV89.0890.15214.96-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 77.29%
GREEN value IS 40 (16.02% from 255) = 14.65%
BLUE value IS 22 (8.98% from 255) = 8.06%
R=77.29%
G=14.65%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.90
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211402200.810.900.175.7181.1245.69
HexD328160515A116512e
Octal3235026012113221612156
Binary1101001110100010110010100011011010100011101010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D32816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D32816; }

 p { color: rgb(211,40,22); }

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

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

 a { background-color: rgb(211,40,22); }

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

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

 span { border-color: rgb(211,40,22); }

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