#D13E1E

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

Shades of Harley Davidson Orange #D13E1E

Tints of Harley Davidson Orange #D13E1E

Color information

#D13E1E (or 0xD13E1E) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 3E and 1E. RGB value is (209,62,30). Sum of RGB (Red+Green+Blue) = 209+62+30=301 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.44% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13E1E is #2EC1E1. Grayscale: #666666. Windows color (decimal): -3064290 or 1982161. OLE color: 1982161.

HSL color Cylindrical-coordinate representation of color #D13E1E: hue angle of 10.73º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D13E1E is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB2096230-
CMYK00.700.860.18
HSL10.73º74.9%46.86%-
HSV(B)10.73º85.65%81.96%-
XYZ28.2517.093.04-
YUV102.387.2204.1-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 69.44%
GREEN value IS 62 (24.61% from 255) = 20.60%
BLUE value IS 30 (12.11% from 255) = 9.97%
R=69.44%
G=20.60%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209623000.700.860.1810.7374.946.86
HexD13E1E0465612b4b2f
Octal32176360106126221311357
Binary11010001111110111100100011010101101001010111001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13E1E; }

 p { color: rgb(209,62,30); }

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

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

 a { background-color: rgb(209,62,30); }

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

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

 span { border-color: rgb(209,62,30); }

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