#D81B07

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

Shades of Harley Davidson Orange #D81B07

Tints of Harley Davidson Orange #D81B07

Color information

#D81B07 (or 0xD81B07) is unknown color: approx Harley Davidson Orange. HEX triplet: D8, 1B and 07. RGB value is (216,27,7). Sum of RGB (Red+Green+Blue) = 216+27+7=250 (33% of max value = 765). Red value is 216 (84.77% from 255 or 86.4% from 250); Green value is 27 (10.94% from 255 or 10.8% from 250); Blue value is 7 (3.12% from 255 or 2.8% from 250); Max value from RGB is 216 - color contains mainly: red. Hex color #D81B07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D81B07 is #27E4F8. Grayscale: #515151. Windows color (decimal): -2614521 or 465880. OLE color: 465880.

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

Color convert

RGB216277-
CMYK00.880.970.15
HSL5.74º93.72%43.73%-
HSV(B)5.74º96.76%84.71%-
XYZ28.7515.41.66-
YUV81.2386.12224.13-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 86.4%
GREEN value IS 27 (10.94% from 255) = 10.8%
BLUE value IS 7 (3.12% from 255) = 2.8%
R=86.4%
G=10.8%
B=2.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.97
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21627700.880.970.155.7493.7243.73
HexD81B705861F65e2c
Octal330337013014117613654
Binary110110001101111101011000110000111111101011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81B07; }

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

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

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

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

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

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

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

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