#D11C0D

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

Shades of Harley Davidson Orange #D11C0D

Tints of Harley Davidson Orange #D11C0D

Color information

#D11C0D (or 0xD11C0D) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 1C and 0D. RGB value is (209,28,13). Sum of RGB (Red+Green+Blue) = 209+28+13=250 (33% of max value = 765). Red value is 209 (82.03% from 255 or 83.6% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D11C0D is #2EE3F2. Grayscale: #505050. Windows color (decimal): -3073011 or 859345. OLE color: 859345.

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

Color convert

RGB2092813-
CMYK00.870.940.18
HSL4.59º88.29%43.53%-
HSV(B)4.59º93.78%81.96%-
XYZ26.7814.411.75-
YUV80.4189.97219.72-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 83.6%
GREEN value IS 28 (11.33% from 255) = 11.2%
BLUE value IS 13 (5.47% from 255) = 5.2%
R=83.6%
G=11.2%
B=5.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209281300.870.940.184.5988.2943.53
HexD11CD0575E125582c
Octal3213415012713622513054
Binary11010001111001101010101111011110100101011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11C0D; }

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

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

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

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

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

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

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

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