#D83906

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

Shades of Harley Davidson Orange #D83906

Tints of Harley Davidson Orange #D83906

Color information

#D83906 (or 0xD83906) is unknown color: approx Harley Davidson Orange. HEX triplet: D8, 39 and 06. RGB value is (216,57,6). Sum of RGB (Red+Green+Blue) = 216+57+6=279 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.42% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 6 (2.73% from 255 or 2.15% from 279); Max value from RGB is 216 - color contains mainly: red. Hex color #D83906 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83906 is #27C6F9. Grayscale: #636363. Windows color (decimal): -2606842 or 408024. OLE color: 408024.

HSL color Cylindrical-coordinate representation of color #D83906: hue angle of 14.57º degrees, saturation: 0.95, 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 #D83906 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB216576-
CMYK00.740.970.15
HSL14.57º94.59%43.53%-
HSV(B)14.57º97.22%84.71%-
XYZ29.8117.541.99-
YUV98.7375.68211.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 77.42%
GREEN value IS 57 (22.66% from 255) = 20.43%
BLUE value IS 6 (2.73% from 255) = 2.15%
R=77.42%
G=20.43%
B=2.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.97
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21657600.740.970.1514.5794.5943.53
HexD839604A61Ff5f2c
Octal3307160112141171713754
Binary11011000111001110010010101100001111111111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D83906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D83906; }

 p { color: rgb(216,57,6); }

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

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

 a { background-color: rgb(216,57,6); }

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

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

 span { border-color: rgb(216,57,6); }

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