#D11A08

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

Shades of Harley Davidson Orange #D11A08

Tints of Harley Davidson Orange #D11A08

Color information

#D11A08 (or 0xD11A08) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 1A and 08. RGB value is (209,26,8). Sum of RGB (Red+Green+Blue) = 209+26+8=243 (32% of max value = 765). Red value is 209 (82.03% from 255 or 86.01% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D11A08 is #2EE5F7. Grayscale: #4E4E4E. Windows color (decimal): -3073528 or 531153. OLE color: 531153.

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

Color convert

RGB209268-
CMYK00.880.960.18
HSL5.37º92.63%42.55%-
HSV(B)5.37º96.17%81.96%-
XYZ26.7114.311.58-
YUV78.6788.13220.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 86.01%
GREEN value IS 26 (10.55% from 255) = 10.70%
BLUE value IS 8 (3.52% from 255) = 3.29%
R=86.01%
G=10.70%
B=3.29%

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
Decimal20926800.880.960.185.3792.6342.55
HexD11A8058601255d2b
Octal3213210013014022513553
Binary11010001110101000010110001100000100101011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11A08; }

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

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

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

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

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

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

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

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