#D82815

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

Shades of Harley Davidson Orange #D82815

Tints of Harley Davidson Orange #D82815

Color information

#D82815 (or 0xD82815) is unknown color: approx Harley Davidson Orange. HEX triplet: D8, 28 and 15. RGB value is (216,40,21). Sum of RGB (Red+Green+Blue) = 216+40+21=277 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.98% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 216 - color contains mainly: red. Hex color #D82815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82815 is #27D7EA. Grayscale: #5A5A5A. Windows color (decimal): -2611179 or 1386712. OLE color: 1386712.

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

Color convert

RGB2164021-
CMYK00.810.900.15
HSL5.85º82.28%46.47%-
HSV(B)5.85º90.28%84.71%-
XYZ29.2116.172.29-
YUV90.4688.81217.54-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 77.98%
GREEN value IS 40 (16.02% from 255) = 14.44%
BLUE value IS 21 (8.59% from 255) = 7.58%
R=77.98%
G=14.44%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216402100.810.900.155.8582.2846.47
HexD828150515AF6522e
Octal3305025012113217612256
Binary110110001010001010101010001101101011111101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82815; }

 p { color: rgb(216,40,21); }

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

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

 a { background-color: rgb(216,40,21); }

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

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

 span { border-color: rgb(216,40,21); }

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