#D32808

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

Shades of Harley Davidson Orange #D32808

Tints of Harley Davidson Orange #D32808

Color information

#D32808 (or 0xD32808) is unknown color: approx Harley Davidson Orange. HEX triplet: D3, 28 and 08. RGB value is (211,40,8). Sum of RGB (Red+Green+Blue) = 211+40+8=259 (34% of max value = 765). Red value is 211 (82.81% from 255 or 81.47% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 211 - color contains mainly: red. Hex color #D32808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32808 is #2CD7F7. Grayscale: #575757. Windows color (decimal): -2938872 or 534739. OLE color: 534739.

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

Color convert

RGB211408-
CMYK00.810.960.17
HSL9.46º92.69%42.94%-
HSV(B)9.46º96.21%82.75%-
XYZ27.6715.381.74-
YUV87.4883.15216.1-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 81.47%
GREEN value IS 40 (16.02% from 255) = 15.44%
BLUE value IS 8 (3.52% from 255) = 3.09%
R=81.47%
G=15.44%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.96
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21140800.810.960.179.4692.6942.94
HexD3288051601195d2b
Octal32350100121140211113553
Binary1101001110100010000101000111000001000110011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D32808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D32808; }

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

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

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

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

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

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

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

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