#D82D15

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

Shades of Harley Davidson Orange #D82D15

Tints of Harley Davidson Orange #D82D15

Color information

#D82D15 (or 0xD82D15) is unknown color: approx Harley Davidson Orange. HEX triplet: D8, 2D and 15. RGB value is (216,45,21). Sum of RGB (Red+Green+Blue) = 216+45+21=282 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.60% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 216 - color contains mainly: red. Hex color #D82D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82D15 is #27D2EA. Grayscale: #5D5D5D. Windows color (decimal): -2609899 or 1387992. OLE color: 1387992.

HSL color Cylindrical-coordinate representation of color #D82D15: hue angle of 7.38º 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 #D82D15 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB2164521-
CMYK00.790.900.15
HSL7.38º82.28%46.47%-
HSV(B)7.38º90.28%84.71%-
XYZ29.3916.532.35-
YUV93.3987.15215.45-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 76.60%
GREEN value IS 45 (17.97% from 255) = 15.96%
BLUE value IS 21 (8.59% from 255) = 7.45%
R=76.60%
G=15.96%
B=7.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216452100.790.900.157.3882.2846.47
HexD82D1504F5AF7522e
Octal3305525011713217712256
Binary110110001011011010101001111101101011111111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82D15; }

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

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

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

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

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

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

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

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