#D11908

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

Shades of Harley Davidson Orange #D11908

Tints of Harley Davidson Orange #D11908

Color information

#D11908 (or 0xD11908) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 19 and 08. RGB value is (209,25,8). Sum of RGB (Red+Green+Blue) = 209+25+8=242 (32% of max value = 765). Red value is 209 (82.03% from 255 or 86.36% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 209 - color contains mainly: red. Hex color #D11908 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11908 is #2EE6F7. Grayscale: #4E4E4E. Windows color (decimal): -3073784 or 530897. OLE color: 530897.

HSL color Cylindrical-coordinate representation of color #D11908: hue angle of 5.07º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D11908 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB209258-
CMYK00.880.960.18
HSL5.07º92.63%42.55%-
HSV(B)5.07º96.17%81.96%-
XYZ26.6914.271.58-
YUV78.0888.46221.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 86.36%
GREEN value IS 25 (10.16% from 255) = 10.33%
BLUE value IS 8 (3.52% from 255) = 3.31%
R=86.36%
G=10.33%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.96
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20925800.880.960.185.0792.6342.55
HexD1198058601255d2b
Octal3213110013014022513553
Binary11010001110011000010110001100000100101011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11908; }

 p { color: rgb(209,25,8); }

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

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

 a { background-color: rgb(209,25,8); }

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

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

 span { border-color: rgb(209,25,8); }

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