#D11C08

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

Shades of Harley Davidson Orange #D11C08

Tints of Harley Davidson Orange #D11C08

Color information

#D11C08 (or 0xD11C08) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 1C and 08. RGB value is (209,28,8). Sum of RGB (Red+Green+Blue) = 209+28+8=245 (32% of max value = 765). Red value is 209 (82.03% from 255 or 85.31% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D11C08 is #2EE3F7. Grayscale: #505050. Windows color (decimal): -3073016 or 531665. OLE color: 531665.

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

Color convert

RGB209288-
CMYK00.870.960.18
HSL5.97º92.63%42.55%-
HSV(B)5.97º96.17%81.96%-
XYZ26.7514.41.6-
YUV79.8487.47220.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 85.31%
GREEN value IS 28 (11.33% from 255) = 11.43%
BLUE value IS 8 (3.52% from 255) = 3.27%
R=85.31%
G=11.43%
B=3.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.96
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20928800.870.960.185.9792.6342.55
HexD11C8057601265d2b
Octal3213410012714022613553
Binary11010001111001000010101111100000100101101011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11C08; }

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

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

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

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

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

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

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

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