#D81C08

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

Shades of Harley Davidson Orange #D81C08

Tints of Harley Davidson Orange #D81C08

Color information

#D81C08 (or 0xD81C08) is unknown color: approx Harley Davidson Orange. HEX triplet: D8, 1C and 08. RGB value is (216,28,8). Sum of RGB (Red+Green+Blue) = 216+28+8=252 (33% of max value = 765). Red value is 216 (84.77% from 255 or 85.71% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 216 - color contains mainly: red. Hex color #D81C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D81C08 is #27E3F7. Grayscale: #525252. Windows color (decimal): -2614264 or 531672. OLE color: 531672.

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

Color convert

RGB216288-
CMYK00.870.960.15
HSL5.77º92.86%43.92%-
HSV(B)5.77º96.3%84.71%-
XYZ28.7815.451.69-
YUV81.9386.28223.63-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 85.71%
GREEN value IS 28 (11.33% from 255) = 11.11%
BLUE value IS 8 (3.52% from 255) = 3.17%
R=85.71%
G=11.11%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.96
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21628800.870.960.155.7792.8643.92
HexD81C805760F65d2c
Octal3303410012714017613554
Binary1101100011100100001010111110000011111101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81C08; }

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

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

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

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

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

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

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

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