#D81D1B

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

Shades of Harley Davidson Orange #D81D1B

Tints of Harley Davidson Orange #D81D1B

Color information

#D81D1B (or 0xD81D1B) is unknown color: approx Harley Davidson Orange. HEX triplet: D8, 1D and 1B. RGB value is (216,29,27). Sum of RGB (Red+Green+Blue) = 216+29+27=272 (36% of max value = 765). Red value is 216 (84.77% from 255 or 79.41% from 272); Green value is 29 (11.72% from 255 or 10.66% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81D1B is #27E2E4. Grayscale: #545454. Windows color (decimal): -2613989 or 1777112. OLE color: 1777112.

HSL color Cylindrical-coordinate representation of color #D81D1B: hue angle of 0.63º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81D1B is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB2162927-
CMYK00.870.880.15
HSL0.63º77.78%47.65%-
HSV(B)0.63º87.5%84.71%-
XYZ28.9615.562.51-
YUV84.6895.45221.66-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 79.41%
GREEN value IS 29 (11.72% from 255) = 10.66%
BLUE value IS 27 (10.94% from 255) = 9.93%
R=79.41%
G=10.66%
B=9.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216292700.870.880.150.6377.7847.65
HexD81D1B05758F14e30
Octal3303533012713017111660
Binary110110001110111011010101111011000111111001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81D1B; }

 p { color: rgb(216,29,27); }

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

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

 a { background-color: rgb(216,29,27); }

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

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

 span { border-color: rgb(216,29,27); }

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