#D53C1E

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

Shades of Harley Davidson Orange #D53C1E

Tints of Harley Davidson Orange #D53C1E

Color information

#D53C1E (or 0xD53C1E) is unknown color: approx Harley Davidson Orange. HEX triplet: D5, 3C and 1E. RGB value is (213,60,30). Sum of RGB (Red+Green+Blue) = 213+60+30=303 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.30% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 213 - color contains mainly: red. Hex color #D53C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53C1E is #2AC3E1. Grayscale: #666666. Windows color (decimal): -2802658 or 1981653. OLE color: 1981653.

HSL color Cylindrical-coordinate representation of color #D53C1E: hue angle of 9.84º 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 #D53C1E is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB2136030-
CMYK00.720.860.16
HSL9.84º75.31%47.65%-
HSV(B)9.84º85.92%83.53%-
XYZ29.2917.473.06-
YUV102.3387.19206.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 70.30%
GREEN value IS 60 (23.83% from 255) = 19.80%
BLUE value IS 30 (12.11% from 255) = 9.90%
R=70.30%
G=19.80%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213603000.720.860.169.8475.3147.65
HexD53C1E0485610a4b30
Octal32574360110126201211360
Binary11010101111100111100100100010101101000010101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53C1E; }

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

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

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

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

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

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

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

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