#D81C14

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

Shades of Harley Davidson Orange #D81C14

Tints of Harley Davidson Orange #D81C14

Color information

#D81C14 (or 0xD81C14) is unknown color: approx Harley Davidson Orange. HEX triplet: D8, 1C and 14. RGB value is (216,28,20). Sum of RGB (Red+Green+Blue) = 216+28+20=264 (34% of max value = 765). Red value is 216 (84.77% from 255 or 81.82% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 216 - color contains mainly: red. Hex color #D81C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D81C14 is #27E3EB. Grayscale: #535353. Windows color (decimal): -2614252 or 1318104. OLE color: 1318104.

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

Color convert

RGB2162820-
CMYK00.870.910.15
HSL2.45º83.05%46.27%-
HSV(B)2.45º90.74%84.71%-
XYZ28.8615.482.13-
YUV83.392.28222.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 81.82%
GREEN value IS 28 (11.33% from 255) = 10.61%
BLUE value IS 20 (8.20% from 255) = 7.58%
R=81.82%
G=10.61%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216282000.870.910.152.4583.0546.27
HexD81C140575BF2532e
Octal3303424012713317212356
Binary1101100011100101000101011110110111111101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81C14; }

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

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

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

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

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

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

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

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