#D53D1E

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

Shades of Harley Davidson Orange #D53D1E

Tints of Harley Davidson Orange #D53D1E

Color information

#D53D1E (or 0xD53D1E) is unknown color: approx Harley Davidson Orange. HEX triplet: D5, 3D and 1E. RGB value is (213,61,30). Sum of RGB (Red+Green+Blue) = 213+61+30=304 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.07% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53D1E is #2AC2E1. Grayscale: #676767. Windows color (decimal): -2802402 or 1981909. OLE color: 1981909.

HSL color Cylindrical-coordinate representation of color #D53D1E: hue angle of 10.16º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D53D1E is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB2136130-
CMYK00.710.860.16
HSL10.16º75.31%47.65%-
HSV(B)10.16º85.92%83.53%-
XYZ29.3417.583.07-
YUV102.9186.86206.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 70.07%
GREEN value IS 61 (24.22% from 255) = 20.07%
BLUE value IS 30 (12.11% from 255) = 9.87%
R=70.07%
G=20.07%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213613000.710.860.1610.1675.3147.65
HexD53D1E0475610a4b30
Octal32575360107126201211360
Binary11010101111101111100100011110101101000010101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53D1E; }

 p { color: rgb(213,61,30); }

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

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

 a { background-color: rgb(213,61,30); }

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

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

 span { border-color: rgb(213,61,30); }

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