#D81B01

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

Shades of Harley Davidson Orange #D81B01

Tints of Harley Davidson Orange #D81B01

Color information

#D81B01 (or 0xD81B01) is unknown color: approx Harley Davidson Orange. HEX triplet: D8, 1B and 01. RGB value is (216,27,1). Sum of RGB (Red+Green+Blue) = 216+27+1=244 (32% of max value = 765). Red value is 216 (84.77% from 255 or 88.52% from 244); Green value is 27 (10.94% from 255 or 11.07% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 216 - color contains mainly: red. Hex color #D81B01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D81B01 is #27E4FE. Grayscale: #505050. Windows color (decimal): -2614527 or 72664. OLE color: 72664.

HSL color Cylindrical-coordinate representation of color #D81B01: hue angle of 7.26º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D81B01 is Cyan = 0, Magento = 0.88, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB216271-
CMYK00.881.000.15
HSL7.26º99.08%42.55%-
HSV(B)7.26º99.54%84.71%-
XYZ28.7215.381.48-
YUV80.5583.12224.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 88.52%
GREEN value IS 27 (10.94% from 255) = 11.07%
BLUE value IS 1 (0.78% from 255) = 0.41%
R=88.52%
G=11.07%
B=0.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 1.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21627100.881.000.157.2699.0842.55
HexD81B105864F7632b
Octal330331013014417714353
Binary1101100011011101011000110010011111111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81B01; }

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

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

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

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

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

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

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

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