#D82409

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

Shades of Harley Davidson Orange #D82409

Tints of Harley Davidson Orange #D82409

Color information

#D82409 (or 0xD82409) is unknown color: approx Harley Davidson Orange. HEX triplet: D8, 24 and 09. RGB value is (216,36,9). Sum of RGB (Red+Green+Blue) = 216+36+9=261 (34% of max value = 765). Red value is 216 (84.77% from 255 or 82.76% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 216 - color contains mainly: red. Hex color #D82409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82409 is #27DBF6. Grayscale: #575757. Windows color (decimal): -2612215 or 599256. OLE color: 599256.

HSL color Cylindrical-coordinate representation of color #D82409: hue angle of 7.83º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D82409 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB216369-
CMYK00.830.960.15
HSL7.83º92%44.12%-
HSV(B)7.83º95.83%84.71%-
XYZ2915.881.8-
YUV86.7484.13220.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 82.76%
GREEN value IS 36 (14.45% from 255) = 13.79%
BLUE value IS 9 (3.91% from 255) = 3.45%
R=82.76%
G=13.79%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.96
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21636900.830.960.157.839244.12
HexD824905360F85c2c
Octal33044110123140171013454
Binary110110001001001001010100111100000111110001011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82409; }

 p { color: rgb(216,36,9); }

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

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

 a { background-color: rgb(216,36,9); }

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

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

 span { border-color: rgb(216,36,9); }

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