#D84015

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

Shades of Harley Davidson Orange #D84015

Tints of Harley Davidson Orange #D84015

Color information

#D84015 (or 0xD84015) is unknown color: approx Harley Davidson Orange. HEX triplet: D8, 40 and 15. RGB value is (216,64,21). Sum of RGB (Red+Green+Blue) = 216+64+21=301 (39% of max value = 765). Red value is 216 (84.77% from 255 or 71.76% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 216 - color contains mainly: red. Hex color #D84015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84015 is #27BFEA. Grayscale: #686868. Windows color (decimal): -2605035 or 1392856. OLE color: 1392856.

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

Color convert

RGB2166421-
CMYK00.700.900.15
HSL13.23º82.28%46.47%-
HSV(B)13.23º90.28%84.71%-
XYZ30.2918.322.65-
YUV104.5580.86207.5-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 71.76%
GREEN value IS 64 (25.39% from 255) = 21.26%
BLUE value IS 21 (8.59% from 255) = 6.98%
R=71.76%
G=21.26%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216642100.700.900.1513.2382.2846.47
HexD840150465AFd522e
Octal330100250106132171512256
Binary11011000100000010101010001101011010111111011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84015; }

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

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

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

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

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

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

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

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