#D81A01

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

Shades of Harley Davidson Orange #D81A01

Tints of Harley Davidson Orange #D81A01

Color information

#D81A01 (or 0xD81A01) is unknown color: approx Harley Davidson Orange. HEX triplet: D8, 1A and 01. RGB value is (216,26,1). Sum of RGB (Red+Green+Blue) = 216+26+1=243 (32% of max value = 765). Red value is 216 (84.77% from 255 or 88.89% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 1 (0.78% from 255 or 0.41% from 243); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D81A01 is #27E5FE. Grayscale: #505050. Windows color (decimal): -2614783 or 72408. OLE color: 72408.

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

Color convert

RGB216261-
CMYK00.881.000.15
HSL6.98º99.08%42.55%-
HSV(B)6.98º99.54%84.71%-
XYZ28.6915.341.48-
YUV79.9683.45225.03-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 88.89%
GREEN value IS 26 (10.55% from 255) = 10.70%
BLUE value IS 1 (0.78% from 255) = 0.41%
R=88.89%
G=10.70%
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
Decimal21626100.881.000.156.9899.0842.55
HexD81A105864F7632b
Octal330321013014417714353
Binary1101100011010101011000110010011111111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81A01; }

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

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

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

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

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

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

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

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