#D82D14

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

Shades of Harley Davidson Orange #D82D14

Tints of Harley Davidson Orange #D82D14

Color information

#D82D14 (or 0xD82D14) is unknown color: approx Harley Davidson Orange. HEX triplet: D8, 2D and 14. RGB value is (216,45,20). Sum of RGB (Red+Green+Blue) = 216+45+20=281 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.87% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 216 - color contains mainly: red. Hex color #D82D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82D14 is #27D2EB. Grayscale: #5D5D5D. Windows color (decimal): -2609900 or 1322456. OLE color: 1322456.

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

Color convert

RGB2164520-
CMYK00.790.910.15
HSL7.65º83.05%46.27%-
HSV(B)7.65º90.74%84.71%-
XYZ29.3816.532.3-
YUV93.2886.65215.53-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 76.87%
GREEN value IS 45 (17.97% from 255) = 16.01%
BLUE value IS 20 (8.20% from 255) = 7.12%
R=76.87%
G=16.01%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216452000.790.910.157.6583.0546.27
HexD82D1404F5BF8532e
Octal33055240117133171012356
Binary1101100010110110100010011111011011111110001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82D14; }

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

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

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

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

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

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

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

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